diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-26 20:15:41 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-26 20:15:41 +0000 |
commit | 4360743d817faecec567e5e4394ceb1d131ccc11 (patch) | |
tree | f139c27c7f12356f35d8a3073a97322978d49f73 /textproc | |
parent | 21bb563cac275e3142b96899d1bad170e8f4b085 (diff) | |
download | ports-4360743d817faecec567e5e4394ceb1d131ccc11.tar.gz ports-4360743d817faecec567e5e4394ceb1d131ccc11.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/expat2/Makefile | 2 | ||||
-rw-r--r-- | textproc/expat2/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile index dd870b86b14c..0b0b051e6f32 100644 --- a/textproc/expat2/Makefile +++ b/textproc/expat2/Makefile @@ -13,14 +13,12 @@ GNU_CONFIGURE= yes ALL_TARGET= default USES= pathfix USE_LDCONFIG= yes -MAN1= xmlwf.1 # Increment only when there are incompatible API changes. SHLIB_MAJOR= 6 PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" -NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e 's/@LIBCURRENT.*@/${SHLIB_MAJOR}/' \ diff --git a/textproc/expat2/pkg-plist b/textproc/expat2/pkg-plist index 2b2003923984..4a4ece433bea 100644 --- a/textproc/expat2/pkg-plist +++ b/textproc/expat2/pkg-plist @@ -6,3 +6,4 @@ lib/libexpat.la lib/libexpat.so lib/libexpat.so.%%SHLIB_MAJOR%% libdata/pkgconfig/expat.pc +man/man1/xmlwf.1.gz |