svn commit: r359743 - head/games/nethack33
Greg Lewis
glewis at FreeBSD.org
Sun Jun 29 08:19:26 UTC 2014
Author: glewis
Date: Sun Jun 29 08:19:25 2014
New Revision: 359743
URL: http://svnweb.freebsd.org/changeset/ports/359743
QAT: https://qat.redports.org/buildarchive/r359743/
Log:
. Move OPTIONS_DEFINE before bsd.port.pre.mk, per portlint.
Modified:
head/games/nethack33/Makefile
Modified: head/games/nethack33/Makefile
==============================================================================
--- head/games/nethack33/Makefile Sun Jun 29 08:19:00 2014 (r359742)
+++ head/games/nethack33/Makefile Sun Jun 29 08:19:25 2014 (r359743)
@@ -40,10 +40,10 @@ GRAPHICS= # none
.endif
.endif
-.include <bsd.port.pre.mk>
-
OPTIONS_DEFINE= DOCS
+.include <bsd.port.pre.mk>
+
.include <bsd.port.options.mk>
.if !exists(${PREFIX}/bin/${HACKLINK}) && ${HACKNAME} != ${HACKLINK}
More information about the svn-ports-all
mailing list