svn commit: r343148 - head/security/ADMsmb

Antoine Brodin antoine at FreeBSD.org
Thu Feb 6 20:18:12 UTC 2014


Author: antoine
Date: Thu Feb  6 20:18:12 2014
New Revision: 343148
URL: http://svnweb.freebsd.org/changeset/ports/343148
QAT: https://qat.redports.org/buildarchive/r343148/

Log:
  Stage support

Modified:
  head/security/ADMsmb/Makefile

Modified: head/security/ADMsmb/Makefile
==============================================================================
--- head/security/ADMsmb/Makefile	Thu Feb  6 20:15:32 2014	(r343147)
+++ head/security/ADMsmb/Makefile	Thu Feb  6 20:18:12 2014	(r343148)
@@ -14,14 +14,13 @@ COMMENT=	Security scanner for Samba
 USES=		gmake
 MAKE_ARGS=	CC="${CC}" FLAGS1="${CFLAGS}"
 
-NO_STAGE=	yes
 post-patch:
 	@${FIND} ${WRKSRC} -name "*.o" -delete
 	@${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/Makefile
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/ADMsmb ${PREFIX}/bin
-	@${MKDIR} ${PREFIX}/share/ADMsmb
-	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/ADMsmb
+	${INSTALL_PROGRAM} ${WRKSRC}/ADMsmb ${STAGEDIR}${PREFIX}/bin
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/ADMsmb
+	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${PREFIX}/share/ADMsmb
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list