svn commit: r343964 - head/audio/gbsplay

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 12 19:23:14 UTC 2014


Author: ehaupt
Date: Wed Feb 12 19:23:14 2014
New Revision: 343964
URL: http://svnweb.freebsd.org/changeset/ports/343964
QAT: https://qat.redports.org/buildarchive/r343964/

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

Modified:
  head/audio/gbsplay/Makefile

Modified: head/audio/gbsplay/Makefile
==============================================================================
--- head/audio/gbsplay/Makefile	Wed Feb 12 19:23:10 2014	(r343963)
+++ head/audio/gbsplay/Makefile	Wed Feb 12 19:23:14 2014	(r343964)
@@ -88,14 +88,10 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/po/${l}.mo \
 		${STAGEDIR}${PREFIX}/share/locale/${l}/LC_MESSAGES/gbsplay.mo
 .endfor
-
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
 .endfor
 .endif
 
-.endif
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list