Date: Thu, 10 Oct 2013 08:13:01 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329973 - head/textproc/xerces-c3 Message-ID: <201310100813.r9A8D12G072908@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Thu Oct 10 08:13:00 2013 New Revision: 329973 URL: http://svnweb.freebsd.org/changeset/ports/329973 Log: - Convert to USES+=gmake - STAGE-clean - JOBS-clean Modified: head/textproc/xerces-c3/Makefile Modified: head/textproc/xerces-c3/Makefile ============================================================================== --- head/textproc/xerces-c3/Makefile Thu Oct 10 07:40:14 2013 (r329972) +++ head/textproc/xerces-c3/Makefile Thu Oct 10 08:13:00 2013 (r329973) @@ -14,8 +14,7 @@ COMMENT= Validating XML parser from the 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=${PR --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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310100813.r9A8D12G072908>