diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-26 12:53:36 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-26 12:53:36 +0000 |
commit | 32bd9200d08495de72d2965fb4209a721ceb6c4a (patch) | |
tree | 31ef785236e1e722a4f501dbb3f06c5c35f7bd47 /textproc/wv | |
parent | d00065c3e14339c1f5c45ca90f8a359f1596047b (diff) | |
download | ports-32bd9200d08495de72d2965fb4209a721ceb6c4a.tar.gz ports-32bd9200d08495de72d2965fb4209a721ceb6c4a.zip |
Notes
Diffstat (limited to 'textproc/wv')
-rw-r--r-- | textproc/wv/Makefile | 1 | ||||
-rw-r--r-- | textproc/wv/files/patch-GNUmakefile.in | 11 | ||||
-rw-r--r-- | textproc/wv/files/patch-configure | 10 |
3 files changed, 1 insertions, 21 deletions
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile index 66ba9bb93ed7..3fea3b925b5e 100644 --- a/textproc/wv/Makefile +++ b/textproc/wv/Makefile @@ -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 \ diff --git a/textproc/wv/files/patch-GNUmakefile.in b/textproc/wv/files/patch-GNUmakefile.in deleted file mode 100644 index 559f8235c128..000000000000 --- a/textproc/wv/files/patch-GNUmakefile.in +++ /dev/null @@ -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 - diff --git a/textproc/wv/files/patch-configure b/textproc/wv/files/patch-configure deleted file mode 100644 index 7dc89cfbe49e..000000000000 --- a/textproc/wv/files/patch-configure +++ /dev/null @@ -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' |