aboutsummaryrefslogtreecommitdiffstats
path: root/security/openconnect
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2014-02-12 21:13:52 +0800
committerzi <zi@FreeBSD.org>2014-02-12 21:13:52 +0800
commitadc60cd67d9842857daf05772489858f1888dd03 (patch)
treefd38792052fbc65561493af8b8f920c1e34b9b3d /security/openconnect
parent6f8602e7c42b27e8c39cbaf639d7a3b982b74454 (diff)
downloadfreebsd-ports-gnome-adc60cd67d9842857daf05772489858f1888dd03.tar.gz
freebsd-ports-gnome-adc60cd67d9842857daf05772489858f1888dd03.tar.zst
freebsd-ports-gnome-adc60cd67d9842857daf05772489858f1888dd03.zip
- Fix STAGE support
- Bump PORTREVISION
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