diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-02-12 14:43:10 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-02-12 14:43:10 +0000 |
| commit | 6b87ae41d21898f209f546f0be0fb5751defc834 (patch) | |
| tree | 28de2072635afe0a28d061a88074b816c56bd15b /sysutils/fusefs-ntfs | |
| parent | Add p5-Module-Install-ReadmeFromPod, a Module::Install extension which (diff) | |
- 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> |
