svn commit: r329217 - head/security/regripper

Antoine Brodin antoine at FreeBSD.org
Thu Oct 3 18:08:51 UTC 2013


Author: antoine
Date: Thu Oct  3 18:08:50 2013
New Revision: 329217
URL: http://svnweb.freebsd.org/changeset/ports/329217

Log:
  Convert to STAGEDIR.

Modified:
  head/security/regripper/Makefile

Modified: head/security/regripper/Makefile
==============================================================================
--- head/security/regripper/Makefile	Thu Oct  3 17:44:27 2013	(r329216)
+++ head/security/regripper/Makefile	Thu Oct  3 18:08:50 2013	(r329217)
@@ -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>


More information about the svn-ports-all mailing list