diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-07-01 22:38:39 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-07-01 22:38:39 +0000 |
commit | 0892ab4b4d058c8b385986a540e111b33ac16caa (patch) | |
tree | 68bc7c3da91e96499bd6ee844c73024e2daeee0a /sysutils/fusefs-kmod | |
parent | 9c27e095f4f25b237ce6e25c1e9e93b98c767c33 (diff) | |
download | ports-0892ab4b4d058c8b385986a540e111b33ac16caa.tar.gz ports-0892ab4b4d058c8b385986a540e111b33ac16caa.zip |
Notes
Diffstat (limited to 'sysutils/fusefs-kmod')
-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 |