Date: Wed, 12 Feb 2014 13:13:52 +0000 (UTC) From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343917 - head/security/openconnect Message-ID: <201402121313.s1CDDqvG097753@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zi Date: Wed Feb 12 13:13:52 2014 New Revision: 343917 URL: http://svnweb.freebsd.org/changeset/ports/343917 QAT: https://qat.redports.org/buildarchive/r343917/ Log: - Fix STAGE support - Bump PORTREVISION Modified: head/security/openconnect/Makefile Modified: head/security/openconnect/Makefile ============================================================================== --- head/security/openconnect/Makefile Wed Feb 12 12:43:32 2014 (r343916) +++ head/security/openconnect/Makefile Wed Feb 12 13:13:52 2014 (r343917) @@ -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/libp post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/TODO ${STAGEDIR}${DOCSDIR} .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402121313.s1CDDqvG097753>