svn commit: r344051 - head/archivers/ppmd

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


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

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

Modified:
  head/archivers/ppmd/Makefile

Modified: head/archivers/ppmd/Makefile
==============================================================================
--- head/archivers/ppmd/Makefile	Thu Feb 13 09:38:48 2014	(r344050)
+++ head/archivers/ppmd/Makefile	Thu Feb 13 09:38:53 2014	(r344051)
@@ -14,8 +14,6 @@ PLIST_FILES=	bin/ppmd man/man1/ppmd.1.gz
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1


More information about the svn-ports-all mailing list