diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-10-10 08:13:00 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-10-10 08:13:00 +0000 |
commit | ed36267c20f8eb7b5c1346c53bccab37c9d1da2f (patch) | |
tree | ab1a734eb4b9270e93523cdfd0d743bf3d2857c3 | |
parent | 0f9f5147087c1eaea3670cfc4aa9b9af2d3e481b (diff) | |
download | ports-ed36267c20f8eb7b5c1346c53bccab37c9d1da2f.tar.gz ports-ed36267c20f8eb7b5c1346c53bccab37c9d1da2f.zip |
Notes
-rw-r--r-- | textproc/xerces-c3/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/xerces-c3/Makefile b/textproc/xerces-c3/Makefile index f6e494ca4d19..b80e35e52534 100644 --- a/textproc/xerces-c3/Makefile +++ b/textproc/xerces-c3/Makefile @@ -14,8 +14,7 @@ COMMENT= Validating XML parser from the Apache XML Project CONFLICTS= xerces_c-[0-9]* xerces-c2-[0-9]* -USE_GMAKE= yes -USES= pathfix +USES= gmake pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ @@ -23,11 +22,8 @@ CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ --enable-netaccessor-socket MAKE_ENV+= XERCESCROOT=${WRKSRC} -MAKE_JOBS_UNSAFE=yes - -NO_STAGE= yes post-install: - ${LN} -sf libxerces-c-${PORTVERSION:R}.so ${PREFIX}/lib/libxerces-c.so.${PORTVERSION:R:R} + ${LN} -sf libxerces-c-${PORTVERSION:R}.so ${STAGEDIR}${PREFIX}/lib/libxerces-c.so.${PORTVERSION:R:R} test: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check |