aboutsummaryrefslogtreecommitdiff
path: root/security/regripper
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-10-03 18:08:50 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-10-03 18:08:50 +0000
commita4ab161501438d7fa67343ee398d87aa42ab21f3 (patch)
tree99058a2eb18dd7893a9c98ae038ba21a8276311b /security/regripper
parent6878103ac231a238ed1cc934c1df9ff86ecd1deb (diff)
downloadports-a4ab161501438d7fa67343ee398d87aa42ab21f3.tar.gz
ports-a4ab161501438d7fa67343ee398d87aa42ab21f3.zip
Convert to STAGEDIR.
Notes
Notes: svn path=/head/; revision=329217
Diffstat (limited to 'security/regripper')
-rw-r--r--security/regripper/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/regripper/Makefile b/security/regripper/Makefile
index ef65c9317240..816336551a47 100644
--- a/security/regripper/Makefile
+++ b/security/regripper/Makefile
@@ -20,15 +20,15 @@ USE_DOS2UNIX= yes
NO_BUILD= yes
USES= perl5
USE_PERL5= run
+
PLIST_FILES= bin/rip.pl
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's|#! c:\\perl\\bin\\perl.exe|#!${PERL}| ; \
s|plugindir = $$str|plugindir = "${DATADIR}"| ; \
s|require "plugins/|require "${DATADIR}plugins/|' ${WRKSRC}/rip.pl
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/rip.pl ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/rip.pl ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>