diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-08-05 18:19:49 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-08-05 18:19:49 +0000 |
commit | 5add5581cd3bf5ecbfa31b10b27437241cb64f72 (patch) | |
tree | 6ccc5c520fb58dce5b485db80a88855512f1354a /textproc/xml2 | |
parent | c41a27892cda1c584650a81046c2ec4b3be23bf6 (diff) | |
download | ports-5add5581cd3bf5ecbfa31b10b27437241cb64f72.tar.gz ports-5add5581cd3bf5ecbfa31b10b27437241cb64f72.zip |
Notes
Diffstat (limited to 'textproc/xml2')
-rw-r--r-- | textproc/xml2/Makefile | 4 |
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> |