aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-06 14:29:25 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-06 14:29:25 +0000
commitbb3af1b63b04359af6dabce0b1cda46dd7e29690 (patch)
tree7b234c1f3e44f07d951030ed427ff60fb0c56d99 /security
parent373d0ed956dd87b1ece618f277d64c70937421a3 (diff)
Notes
Diffstat (limited to 'security')
-rw-r--r--security/p5-dicewaregen/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-dicewaregen/Makefile b/security/p5-dicewaregen/Makefile
index e5cf27092d00..884dce7df42b 100644
--- a/security/p5-dicewaregen/Makefile
+++ b/security/p5-dicewaregen/Makefile
@@ -21,8 +21,8 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/dicewaregen-${REV}
REV= 20c777eac1db
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/dicewaregen.pl ${PREFIX}/bin/${PORTNAME}
+ ${INSTALL_SCRIPT} ${WRKSRC}/dicewaregen.pl \
+ ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>