diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-30 17:56:24 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-30 17:56:24 +0000 |
commit | a131239f89b3bb76236ecf2b21166fe930f8f24d (patch) | |
tree | 5578c32978a4bad9a77e108454660d778a5c8b81 /textproc/xerces-c3 | |
parent | 2128801396e4c2a06073d80cbb764f94298bd017 (diff) | |
download | ports-a131239f89b3bb76236ecf2b21166fe930f8f24d.tar.gz ports-a131239f89b3bb76236ecf2b21166fe930f8f24d.zip |
Notes
Diffstat (limited to 'textproc/xerces-c3')
-rw-r--r-- | textproc/xerces-c3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/xerces-c3/Makefile b/textproc/xerces-c3/Makefile index b72d0251f247..2639d2893e25 100644 --- a/textproc/xerces-c3/Makefile +++ b/textproc/xerces-c3/Makefile @@ -21,10 +21,13 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKE_ENV= XERCESCROOT=${WRKSRC} USE_LDCONFIG= yes -USES= gmake libtool pathfix +USES= cpe gmake libtool pathfix PLIST_SUB= MAJOR_VER=${PORTVERSION:R} +CPE_PRODUCT= xerces-c++ +CPE_VENDOR= apache + post-install: ${LN} -s libxerces-c-${PORTVERSION:R}.so ${STAGEDIR}${PREFIX}/lib/libxerces-c.so.${PORTVERSION:R:R} |