From 0892ab4b4d058c8b385986a540e111b33ac16caa Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Sun, 1 Jul 2012 22:38:39 +0000 Subject: - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced - pet portlint on OPTIONS order PR: ports/169221 Submitted by: jgh@ Approved by: maintainer timeout ( 14 days ) --- sysutils/fusefs-kmod/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sysutils/fusefs-kmod') diff --git a/sysutils/fusefs-kmod/Makefile b/sysutils/fusefs-kmod/Makefile index b2411f35d06d..20ac97bdd893 100644 --- a/sysutils/fusefs-kmod/Makefile +++ b/sysutils/fusefs-kmod/Makefile @@ -32,6 +32,10 @@ MAKE_ENV= BINDIR="${PREFIX}/sbin" MANDIR="${MANPREFIX}/man/man" \ WRKSRC= ${WRKDIR}/fuse4bsd-${HG_SHORTREV} DISABLE_SIZE= yes +OPTIONS= AUTOSETUP "Automatic global config file setup" off + +.include + SRC_BASE?= /usr/src SETUP= setup.sh HG_SHORTREV= 498acaef33b0 @@ -54,10 +58,6 @@ HTML_DOCS= Faq.html \ serif.css \ tabbar-right.css -OPTIONS= AUTOSETUP "Automatic global config file setup" off - -.include - .if ${OSVERSION} >= 900040 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-fuse_module__fuse_vnops.c .endif -- cgit v1.2.3