diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-26 07:20:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-26 07:20:38 +0000 |
commit | 9d069bec8d6ae7c286966862aca2a280a77ec7bd (patch) | |
tree | b0f46fe39bf452ba84b867789a59ee87c34590d8 /textproc/xmlprpr | |
parent | cfd1fde6427fd0ab123ae76b3055e036363e3cc5 (diff) |
Notes
Diffstat (limited to 'textproc/xmlprpr')
-rw-r--r-- | textproc/xmlprpr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/xmlprpr/Makefile b/textproc/xmlprpr/Makefile index 62166cac7e7a..478ed32e59db 100644 --- a/textproc/xmlprpr/Makefile +++ b/textproc/xmlprpr/Makefile @@ -20,12 +20,11 @@ SHEBANG_FILES= xmlpp.pl PLIST_FILES= bin/xmlprpr -NO_STAGE= yes do-extract: @${MKDIR} ${WRKSRC} @${CP} -f ${_DISTDIR}/${_DISTFILES} ${WRKSRC} do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/xmlpp.pl ${PREFIX}/bin/xmlprpr + ${INSTALL_SCRIPT} ${WRKSRC}/xmlpp.pl ${STAGEDIR}${PREFIX}/bin/xmlprpr .include <bsd.port.mk> |