From ed36267c20f8eb7b5c1346c53bccab37c9d1da2f Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Thu, 10 Oct 2013 08:13:00 +0000 Subject: [PATCH] - Convert to USES+=gmake - STAGE-clean - JOBS-clean --- textproc/xerces-c3/Makefile | 8 ++------ 1 file 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