svn commit: r343961 - head/archivers/ppmd
Emanuel Haupt
ehaupt at FreeBSD.org
Wed Feb 12 19:23:02 UTC 2014
Author: ehaupt
Date: Wed Feb 12 19:23:01 2014
New Revision: 343961
URL: http://svnweb.freebsd.org/changeset/ports/343961
QAT: https://qat.redports.org/buildarchive/r343961/
Log:
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Modified:
head/archivers/ppmd/Makefile
Modified: head/archivers/ppmd/Makefile
==============================================================================
--- head/archivers/ppmd/Makefile Wed Feb 12 19:22:57 2014 (r343960)
+++ head/archivers/ppmd/Makefile Wed Feb 12 19:23:01 2014 (r343961)
@@ -19,10 +19,7 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
-
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list