svn commit: r364129 - head/textproc/xml2
Pawel Pekala
pawel at FreeBSD.org
Tue Aug 5 18:19:50 UTC 2014
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>
More information about the svn-ports-all
mailing list