svn commit: r344053 - head/audio/mikmod

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 13 09:39:03 UTC 2014


Author: ehaupt
Date: Thu Feb 13 09:39:02 2014
New Revision: 344053
URL: http://svnweb.freebsd.org/changeset/ports/344053
QAT: https://qat.redports.org/buildarchive/r344053/

Log:
  Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
  afterwards.
  
  Encouraged by:	mat

Modified:
  head/audio/mikmod/Makefile

Modified: head/audio/mikmod/Makefile
==============================================================================
--- head/audio/mikmod/Makefile	Thu Feb 13 09:38:57 2014	(r344052)
+++ head/audio/mikmod/Makefile	Thu Feb 13 09:39:02 2014	(r344053)
@@ -25,8 +25,6 @@ PORTDOCS=	AUTHORS NEWS README
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-all mailing list