diff options
author | Max Khon <fjoe@FreeBSD.org> | 2007-08-25 06:40:20 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2007-08-25 06:40:20 +0000 |
commit | 67c99453bed36494b9a97cb67245ef62b1e357c4 (patch) | |
tree | fdc1e00e6f6d331de3679bfad7b3fb5c64542b7f /sysutils/fusefs-ntfs/Makefile | |
parent | ce78dd31fe5ab1e93d0c3b7cb1bf39f302a5512d (diff) |
Remove --mandir from CONFIGURE_ARGS. It is now added by bsd.port.mk
automatically.
Notes
Notes:
svn path=/head/; revision=198279
Diffstat (limited to 'sysutils/fusefs-ntfs/Makefile')
-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 cdf55699234c..da8d2c751418 100644 --- a/sysutils/fusefs-ntfs/Makefile +++ b/sysutils/fusefs-ntfs/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --exec-prefix=${PREFIX} --mandir=${MANPREFIX}/man +CONFIGURE_ARGS= --exec-prefix=${PREFIX} OPTIONS= LOCK "Lock the device when mounting (avoids access)" off \ UBLIO "Enable user space cache for improved speed" on |