1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Fix STAGE support

- Bump PORTREVISION
This commit is contained in:
Ryan Steinmetz 2014-02-12 13:13:52 +00:00
parent 7952f750f5
commit d6d29c828d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343917

View File

@ -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