svn commit: r343971 - head/audio/xmms-sexypsf
Emanuel Haupt
ehaupt at FreeBSD.org
Wed Feb 12 19:23:45 UTC 2014
Author: ehaupt
Date: Wed Feb 12 19:23:43 2014
New Revision: 343971
URL: http://svnweb.freebsd.org/changeset/ports/343971
QAT: https://qat.redports.org/buildarchive/r343971/
Log:
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Modified:
head/audio/xmms-sexypsf/Makefile
Modified: head/audio/xmms-sexypsf/Makefile
==============================================================================
--- head/audio/xmms-sexypsf/Makefile Wed Feb 12 19:23:39 2014 (r343970)
+++ head/audio/xmms-sexypsf/Makefile Wed Feb 12 19:23:43 2014 (r343971)
@@ -44,12 +44,9 @@ do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Input
${INSTALL_PROGRAM} ${WRKSRC}/libsexypsf.so \
${STAGEDIR}${PREFIX}/lib/xmms/Input/libsexypsf.so
-
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/Docs/${f} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list