diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-08 22:18:16 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-08 22:18:16 +0000 |
commit | 7ad0a133af7b99b3084845199e1d7f564b1afbb2 (patch) | |
tree | cd227138dc611a59b693e452b27f4a6324069b8f /textproc | |
parent | 11fd726a0c724a13f078830f4ec2acb45a68b088 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmldiff/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/xmldiff/Makefile b/textproc/xmldiff/Makefile index 64f922c8dcfc..a4fef44a340d 100644 --- a/textproc/xmldiff/Makefile +++ b/textproc/xmldiff/Makefile @@ -21,12 +21,11 @@ SHEBANG_FILES= xmldiff.pl PLIST_FILES= bin/xmldiff -NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} @${CP} -f ${_DISTDIR}/${_DISTFILES} ${WRKSRC} do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/xmldiff.pl ${PREFIX}/bin/xmldiff + ${INSTALL_SCRIPT} ${WRKSRC}/xmldiff.pl ${STAGEDIR}${PREFIX}/bin/xmldiff .include <bsd.port.mk> |