svn commit: r345955 - head/security/ddos_scan

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 10:22:49 UTC 2014


Author: ehaupt
Date: Tue Feb 25 10:22:48 2014
New Revision: 345955
URL: http://svnweb.freebsd.org/changeset/ports/345955
QAT: https://qat.redports.org/buildarchive/r345955/

Log:
  Support staging

Modified:
  head/security/ddos_scan/Makefile

Modified: head/security/ddos_scan/Makefile
==============================================================================
--- head/security/ddos_scan/Makefile	Tue Feb 25 10:21:26 2014	(r345954)
+++ head/security/ddos_scan/Makefile	Tue Feb 25 10:22:48 2014	(r345955)
@@ -14,12 +14,11 @@ COMMENT=	Scans for a limited set of dist
 
 ALL_TARGET=	dds
 
-NO_STAGE=	yes
+OPTIONS_DEFINE=	DOCS
+
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/dds ${PREFIX}/sbin
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
-.endif
+	@${INSTALL_PROGRAM} ${WRKSRC}/dds ${STAGEDIR}${PREFIX}/sbin
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list