svn commit: r344052 - head/audio/malint

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


Author: ehaupt
Date: Thu Feb 13 09:38:57 2014
New Revision: 344052
URL: http://svnweb.freebsd.org/changeset/ports/344052
QAT: https://qat.redports.org/buildarchive/r344052/

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

Modified:
  head/audio/malint/Makefile

Modified: head/audio/malint/Makefile
==============================================================================
--- head/audio/malint/Makefile	Thu Feb 13 09:38:53 2014	(r344051)
+++ head/audio/malint/Makefile	Thu Feb 13 09:38:57 2014	(r344052)
@@ -20,8 +20,6 @@ PLIST_FILES=	bin/malint
 
 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-all mailing list