1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Use MAKE_ARGS instead of patch

- Drop patch-configure since USE_LIBTOOL has been here for quite some time now
This commit is contained in:
Volker Stolz 2005-04-26 12:53:36 +00:00
parent d00065c3e1
commit 32bd9200d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134198
3 changed files with 1 additions and 21 deletions

View File

@ -29,6 +29,7 @@ USE_LIBTOOL_VER=15
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --with-exporter --with-libwmf=${LOCALBASE}
MAKEFILE= GNUmakefile
MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
INSTALLS_SHLIB= yes
MAN1= wvAbw.1 wvCleanLatex.1 wvDVI.1 wvHtml.1 wvLatex.1 wvMime.1 wvPDF.1 \

View File

@ -1,11 +0,0 @@
--- GNUmakefile.in.orig Sat Sep 13 09:37:27 2003
+++ GNUmakefile.in Sun Sep 14 18:12:59 2003
@@ -281,7 +281,7 @@
OTHERSCRIPTS = wvMime
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(prefix)/libdata/pkgconfig
pkgconfig_DATA = wv-1.0.pc

View File

@ -1,10 +0,0 @@
--- configure.orig Fri Jun 13 23:27:28 2003
+++ configure Thu Jun 19 20:20:46 2003
@@ -7533,6 +7533,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'