Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jun 2014 08:19:01 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359742 - head/games/nethack34
Message-ID:  <201406290819.s5T8J1jm083206@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406290819.s5T8J1jm083206>