aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2013-11-15 18:21:58 +0800
committerehaupt <ehaupt@FreeBSD.org>2013-11-15 18:21:58 +0800
commitab6add3fde5b45b351a901a9c10756775fd85603 (patch)
treef369184db8082cd513daf2f03d1d39ad45ef1c72 /security
parent590cff907c4973db08470a25362d9e3cd798dfa7 (diff)
downloadfreebsd-ports-gnome-ab6add3fde5b45b351a901a9c10756775fd85603.tar.gz
freebsd-ports-gnome-ab6add3fde5b45b351a901a9c10756775fd85603.tar.zst
freebsd-ports-gnome-ab6add3fde5b45b351a901a9c10756775fd85603.zip
- Support staging
- Add license - Define used DOCS option
Diffstat (limited to 'security')
-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>