diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-02-12 22:43:10 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-02-12 22:43:10 +0800 |
commit | 168d2ba19b4c60c7f57e59c01b0a677156382bdb (patch) | |
tree | 28de2072635afe0a28d061a88074b816c56bd15b /sysutils/fusefs-ntfs | |
parent | d8845df35aeee54fd28dcdecd9d3362da331925b (diff) | |
download | freebsd-ports-gnome-168d2ba19b4c60c7f57e59c01b0a677156382bdb.tar.gz freebsd-ports-gnome-168d2ba19b4c60c7f57e59c01b0a677156382bdb.tar.zst freebsd-ports-gnome-168d2ba19b4c60c7f57e59c01b0a677156382bdb.zip |
- Add DOCS option
Diffstat (limited to 'sysutils/fusefs-ntfs')
-rw-r--r-- | sysutils/fusefs-ntfs/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile index ca567074dc25..af6b92fd0d8c 100644 --- a/sysutils/fusefs-ntfs/Makefile +++ b/sysutils/fusefs-ntfs/Makefile @@ -24,7 +24,7 @@ CONFIGURE_ARGS= --exec-prefix=${PREFIX} --disable-mount-helper \ CPPFLAGS+= -I${WRKSRC}/include/ntfs-3g/ -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= LOCK UBLIO +OPTIONS_DEFINE= LOCK UBLIO DOCS OPTIONS_DEFAULT=LOCK UBLIO LOCK_DESC= Lock the device when mounting (avoids access) UBLIO_DESC= Enable user space cache for improved speed @@ -51,14 +51,8 @@ post-patch: ${WRKSRC}/libntfs-3g/security.c @${REINPLACE_CMD} -e 's|\($$(AM_CFLAGS)\) \(-I$$(top_srcdir)/include/ntfs-3g\)|\2 \1|' \ ${WRKSRC}/libntfs-3g/Makefile.in -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -Ee 's|^(install-data-am:) .*|\1|' \ - ${WRKSRC}/Makefile.in -.endif post-install: -.if !defined(NOPORTDOCS) - ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${STAGEDIR}${DOCSDIR} -.endif + ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${STAGEDIR}${DOCSDIR}/ .include <bsd.port.post.mk> |