svn commit: r343917 - head/security/openconnect

Ryan Steinmetz zi at FreeBSD.org
Wed Feb 12 13:13:53 UTC 2014


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
 


More information about the svn-ports-all mailing list