Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 18:10:04 +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: r329218 - head/security/regripperplugins
Message-ID:  <201310031810.r93IA4cr032609@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Oct  3 18:10:03 2013
New Revision: 329218
URL: http://svnweb.freebsd.org/changeset/ports/329218

Log:
  Convert to STAGEDIR

Modified:
  head/security/regripperplugins/Makefile

Modified: head/security/regripperplugins/Makefile
==============================================================================
--- head/security/regripperplugins/Makefile	Thu Oct  3 18:08:50 2013	(r329217)
+++ head/security/regripperplugins/Makefile	Thu Oct  3 18:10:03 2013	(r329218)
@@ -19,11 +19,11 @@ RUN_DEPENDS=	regripper>=0:${PORTSDIR}/se
 NO_WRKSUBDIR=	yes
 USE_DOS2UNIX=	yes
 NO_BUILD=	yes
-PORTDATA=	*
 
-NO_STAGE=	yes
+PORTDATA=	*.pl all ntuser sam security software system usrclass
+
 do-install:
-	@${MKDIR} ${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/* ${DATADIR}
+	@${MKDIR} ${STAGEDIR}${DATADIR}
+	${INSTALL_DATA} ${PORTDATA:S,^,${WRKSRC}/,} ${STAGEDIR}${DATADIR}
 
 .include <bsd.port.mk>



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