diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2014-02-12 13:13:52 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2014-02-12 13:13:52 +0000 |
commit | d6d29c828da518ec371cb8d0dfb0af75a711440c (patch) | |
tree | fd38792052fbc65561493af8b8f920c1e34b9b3d /security/openconnect | |
parent | 7952f750f502d3b3ee936bc70614330fe3ebc1f1 (diff) |
Notes
Diffstat (limited to 'security/openconnect')
-rw-r--r-- | security/openconnect/Makefile | 3 |
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 |