aboutsummaryrefslogtreecommitdiff
path: root/textproc/xml2
diff options
context:
space:
mode:
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>