svn commit: r343989 - head/security/cksfv
Emanuel Haupt
ehaupt at FreeBSD.org
Wed Feb 12 19:25:00 UTC 2014
Author: ehaupt
Date: Wed Feb 12 19:24:59 2014
New Revision: 343989
URL: http://svnweb.freebsd.org/changeset/ports/343989
QAT: https://qat.redports.org/buildarchive/r343989/
Log:
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Modified:
head/security/cksfv/Makefile
Modified: head/security/cksfv/Makefile
==============================================================================
--- head/security/cksfv/Makefile Wed Feb 12 19:24:55 2014 (r343988)
+++ head/security/cksfv/Makefile Wed Feb 12 19:24:59 2014 (r343989)
@@ -28,12 +28,9 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
-
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list