svn commit: r344055 - head/audio/openspc

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


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

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

Modified:
  head/audio/openspc/Makefile

Modified: head/audio/openspc/Makefile
==============================================================================
--- head/audio/openspc/Makefile	Thu Feb 13 09:39:07 2014	(r344054)
+++ head/audio/openspc/Makefile	Thu Feb 13 09:39:11 2014	(r344055)
@@ -23,8 +23,6 @@ PLIST_FILES=	bin/OpenSPClite include/Ope
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list