Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jun 2014 08:19:26 +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: r359743 - head/games/nethack33
Message-ID:  <201406290819.s5T8JQtx083359@svn.freebsd.org>

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



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