Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 18:08:50 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329217 - head/security/regripper
Message-ID:  <201310031808.r93I8oxH030474@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310031808.r93I8oxH030474>