diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-24 23:10:14 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-24 23:10:14 +0800 |
commit | b973644bcbfd79872769f77a71634c994f6b80b3 (patch) | |
tree | 86608c027bdfa8b80143daa5c659cf76127d45ab /sysutils/fusefs-ntfs | |
parent | 8e61676603396b4127d8e017319161c32e1e859b (diff) | |
download | freebsd-ports-gnome-b973644bcbfd79872769f77a71634c994f6b80b3.tar.gz freebsd-ports-gnome-b973644bcbfd79872769f77a71634c994f6b80b3.tar.zst freebsd-ports-gnome-b973644bcbfd79872769f77a71634c994f6b80b3.zip |
- Remove --mandir and --infodir from CONFIGURE_ARGS. They are now default
in bsd.port.mk.
Tested with: my tinderbox on i386 6
Approved by: portmgr
Diffstat (limited to 'sysutils/fusefs-ntfs')
-rw-r--r-- | sysutils/fusefs-ntfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile index 85b3acde4284..1f05112ba41a 100644 --- a/sysutils/fusefs-ntfs/Makefile +++ b/sysutils/fusefs-ntfs/Makefile @@ -25,7 +25,7 @@ ONLY_FOR_ARCHS= i386 amd64 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --mandir=${PREFIX}/man --exec-prefix=${PREFIX} +CONFIGURE_ARGS= --exec-prefix=${PREFIX} OPTIONS= LOCK "Lock the device when mounting (avoids access)" off \ UBLIO "Enable user space cache for improved speed" on |