Date: Tue, 5 Aug 2014 18:19:49 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364129 - head/textproc/xml2 Message-ID: <53e12045.5283.537bdb@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Tue Aug 5 18:19:49 2014 New Revision: 364129 URL: http://svnweb.freebsd.org/changeset/ports/364129 QAT: https://qat.redports.org/buildarchive/r364129/ Log: Add staging support Modified: head/textproc/xml2/Makefile Modified: head/textproc/xml2/Makefile ============================================================================== --- head/textproc/xml2/Makefile Tue Aug 5 18:08:20 2014 (r364128) +++ head/textproc/xml2/Makefile Tue Aug 5 18:19:49 2014 (r364129) @@ -24,5 +24,7 @@ PLIST_FILES= bin/xml2 \ bin/html2 \ bin/2html -NO_STAGE= yes +post-patch: + @${REINPLACE_CMD} '/ln -sf/ s|$$(DESTDIR)||' ${WRKSRC}/Makefile.in + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e12045.5283.537bdb>