svn commit: r333839 - head/security/switzerland

Emanuel Haupt ehaupt at FreeBSD.org
Fri Nov 15 10:21:58 UTC 2013


Author: ehaupt
Date: Fri Nov 15 10:21:58 2013
New Revision: 333839
URL: http://svnweb.freebsd.org/changeset/ports/333839

Log:
  - Support staging
  - Add license
  - Define used DOCS option

Modified:
  head/security/switzerland/Makefile

Modified: head/security/switzerland/Makefile
==============================================================================
--- head/security/switzerland/Makefile	Fri Nov 15 10:13:52 2013	(r333838)
+++ head/security/switzerland/Makefile	Fri Nov 15 10:21:58 2013	(r333839)
@@ -10,11 +10,15 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Test the integrity of communications over networks and firewalls
 
+LICENSE=	GPLv3
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+
 PORTDOCS=	*
 
-NO_STAGE=	yes
+OPTIONS_DEFINE=	DOCS
+
 .include <bsd.port.options.mk>
 
 post-patch:
@@ -24,9 +28,9 @@ post-patch:
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/BUGS.txt ${WRKSRC}/README.txt \
-		${WRKSRC}/doc/* ${DOCSDIR}
+		${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list