aboutsummaryrefslogtreecommitdiffstats
path: root/security/openconnect
diff options
context:
space:
mode:
Diffstat (limited to 'security/openconnect')
-rw-r--r--security/openconnect/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openconnect/Makefile b/security/openconnect/Makefile
index d4db12f7334f..24520ec473d8 100644
--- a/security/openconnect/Makefile
+++ b/security/openconnect/Makefile
@@ -3,6 +3,7 @@
PORTNAME= openconnect
PORTVERSION= 5.03
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.infradead.org/pub/openconnect/ \
http://mirrors.rit.edu/zi/
@@ -54,7 +55,7 @@ LIB_DEPENDS+= proxy:${PORTSDIR}/net/libproxy
post-install:
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/TODO ${STAGEDIR}${DOCSDIR}
.endif