svn commit: r344054 - head/audio/milkytracker

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


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

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

Modified:
  head/audio/milkytracker/Makefile

Modified: head/audio/milkytracker/Makefile
==============================================================================
--- head/audio/milkytracker/Makefile	Thu Feb 13 09:39:02 2014	(r344053)
+++ head/audio/milkytracker/Makefile	Thu Feb 13 09:39:07 2014	(r344054)
@@ -32,8 +32,6 @@ ICONS=		carton.ico carton.png
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-install:
 .for f in ${ICONS}
 	${INSTALL_DATA} ${WRKSRC}/resources/pictures/${f} \


More information about the svn-ports-head mailing list