aboutsummaryrefslogtreecommitdiff
path: root/security/switzerland
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-11-15 10:21:58 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-11-15 10:21:58 +0000
commitf9d92e46c90f63b3d1a3a6a5e4c3e03422302972 (patch)
treef369184db8082cd513daf2f03d1d39ad45ef1c72 /security/switzerland
parentfde5e47ab1c823963068eabb95591fb7f69a9f1c (diff)
downloadports-f9d92e46c90f63b3d1a3a6a5e4c3e03422302972.tar.gz
ports-f9d92e46c90f63b3d1a3a6a5e4c3e03422302972.zip
- Support staging
- Add license - Define used DOCS option
Notes
Notes: svn path=/head/; revision=333839
Diffstat (limited to 'security/switzerland')
-rw-r--r--security/switzerland/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/security/switzerland/Makefile b/security/switzerland/Makefile
index 31643830ae96..72eaae2ea2c6 100644
--- a/security/switzerland/Makefile
+++ b/security/switzerland/Makefile
@@ -10,11 +10,15 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@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>