aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xml2
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2014-08-06 02:19:49 +0800
committerpawel <pawel@FreeBSD.org>2014-08-06 02:19:49 +0800
commit45edb5e8b42193d465a83c67848c5ad31073ad19 (patch)
tree6ccc5c520fb58dce5b485db80a88855512f1354a /textproc/xml2
parent82c6d7b48806e44243cfef9576c1d4058d2282aa (diff)
downloadfreebsd-ports-gnome-45edb5e8b42193d465a83c67848c5ad31073ad19.tar.gz
freebsd-ports-gnome-45edb5e8b42193d465a83c67848c5ad31073ad19.tar.zst
freebsd-ports-gnome-45edb5e8b42193d465a83c67848c5ad31073ad19.zip
Add staging support
Diffstat (limited to 'textproc/xml2')
-rw-r--r--textproc/xml2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/xml2/Makefile b/textproc/xml2/Makefile
index 789d082b63bb..1a2a9af135ba 100644
--- a/textproc/xml2/Makefile
+++ b/textproc/xml2/Makefile
@@ -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>