svn commit: r359742 - head/games/nethack34

Greg Lewis glewis at FreeBSD.org
Sun Jun 29 08:19:01 UTC 2014


Author: glewis
Date: Sun Jun 29 08:19:00 2014
New Revision: 359742
URL: http://svnweb.freebsd.org/changeset/ports/359742
QAT: https://qat.redports.org/buildarchive/r359742/

Log:
  . Move OPTIONS_DEFINE before bsd.port.pre.mk, per portlint.

Modified:
  head/games/nethack34/Makefile

Modified: head/games/nethack34/Makefile
==============================================================================
--- head/games/nethack34/Makefile	Sun Jun 29 08:16:29 2014	(r359741)
+++ head/games/nethack34/Makefile	Sun Jun 29 08:19:00 2014	(r359742)
@@ -67,6 +67,8 @@ CFLAGS+=	-DHPMON
 .endif
 .endif
 
+OPTIONS_DEFINE=	DOCS
+
 .include <bsd.port.pre.mk>
 
 pre-everything::
@@ -79,8 +81,6 @@ pre-everything::
 	${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" ; \
 	fi
 
-OPTIONS_DEFINE=	DOCS
-
 .include <bsd.port.options.mk>
 
 post-patch:


More information about the svn-ports-head mailing list