diff options
author | mat <mat@FreeBSD.org> | 2014-01-27 04:15:41 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-01-27 04:15:41 +0800 |
commit | 7417ea764bfc899547074b58a950b19518a8aa2d (patch) | |
tree | f139c27c7f12356f35d8a3073a97322978d49f73 /textproc/expat2 | |
parent | b7256fc26487df7b2197b3ee016c0209a2f3cdf0 (diff) | |
download | freebsd-ports-gnome-7417ea764bfc899547074b58a950b19518a8aa2d.tar.gz freebsd-ports-gnome-7417ea764bfc899547074b58a950b19518a8aa2d.tar.zst freebsd-ports-gnome-7417ea764bfc899547074b58a950b19518a8aa2d.zip |
Support staging.
Sponsored by: Absolight
Diffstat (limited to 'textproc/expat2')
-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 |