diff options
author | antoine <antoine@FreeBSD.org> | 2013-10-04 02:08:50 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-10-04 02:08:50 +0800 |
commit | 69c48ce44d37d53b0ef8d1adf55d2d38ad1d8976 (patch) | |
tree | 99058a2eb18dd7893a9c98ae038ba21a8276311b /security | |
parent | 5ab88d18fe9712eec0a1c9ade23128b926d7cd53 (diff) | |
download | freebsd-ports-gnome-69c48ce44d37d53b0ef8d1adf55d2d38ad1d8976.tar.gz freebsd-ports-gnome-69c48ce44d37d53b0ef8d1adf55d2d38ad1d8976.tar.zst freebsd-ports-gnome-69c48ce44d37d53b0ef8d1adf55d2d38ad1d8976.zip |
Convert to STAGEDIR.
Diffstat (limited to 'security')
-rw-r--r-- | security/regripper/Makefile | 4 |
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> |