svn commit: r344082 - head/sysutils/zeroer
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Feb 13 09:41:13 UTC 2014
Author: ehaupt
Date: Thu Feb 13 09:41:13 2014
New Revision: 344082
URL: http://svnweb.freebsd.org/changeset/ports/344082
QAT: https://qat.redports.org/buildarchive/r344082/
Log:
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
afterwards.
Encouraged by: mat
Modified:
head/sysutils/zeroer/Makefile
Modified: head/sysutils/zeroer/Makefile
==============================================================================
--- head/sysutils/zeroer/Makefile Thu Feb 13 09:41:08 2014 (r344081)
+++ head/sysutils/zeroer/Makefile Thu Feb 13 09:41:13 2014 (r344082)
@@ -20,8 +20,6 @@ LDFLAGS+= -L${LOCALBASE}/lib -lpopt
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
do-build:
${CC} ${CFLAGS} ${LDFLAGS} ${WRKSRC}/${PORTNAME}.c \
-o ${WRKSRC}/${PORTNAME}
More information about the svn-ports-all
mailing list