diff options
author | jgh <jgh@FreeBSD.org> | 2012-07-02 06:38:39 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-07-02 06:38:39 +0800 |
commit | 917dce9a2312c69bbc300e6b185b05bb755a6981 (patch) | |
tree | 605cc206d78811cda1938935ba9103776e92f81f /sysutils | |
parent | 0f47921746df1fb81e1dae0ee713b9e79418423e (diff) | |
download | freebsd-ports-gnome-917dce9a2312c69bbc300e6b185b05bb755a6981.tar.gz freebsd-ports-gnome-917dce9a2312c69bbc300e6b185b05bb755a6981.tar.zst freebsd-ports-gnome-917dce9a2312c69bbc300e6b185b05bb755a6981.zip |
- 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 )
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-kmod/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 <bsd.port.pre.mk> + 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 <bsd.port.pre.mk> - .if ${OSVERSION} >= 900040 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-fuse_module__fuse_vnops.c .endif |