svn commit: r343993 - head/security/vpnc

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 12 19:25:17 UTC 2014


Author: ehaupt
Date: Wed Feb 12 19:25:16 2014
New Revision: 343993
URL: http://svnweb.freebsd.org/changeset/ports/343993
QAT: https://qat.redports.org/buildarchive/r343993/

Log:
  Now that this port is staged and DOCS defined we can stop testing for DOCS in
  any install target.

Modified:
  head/security/vpnc/Makefile

Modified: head/security/vpnc/Makefile
==============================================================================
--- head/security/vpnc/Makefile	Wed Feb 12 19:25:12 2014	(r343992)
+++ head/security/vpnc/Makefile	Wed Feb 12 19:25:16 2014	(r343993)
@@ -74,10 +74,7 @@ do-install:
 	${INSTALL_DATA} -m 600 ${WRKSRC}/vpnc.conf ${STAGEDIR}${PREFIX}/etc
 .endif
 	${INSTALL_MAN} ${WRKSRC}/${MANPAGE8} ${STAGEDIR}${MANPREFIX}/man/man8
-
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list