summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-libs
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-18 23:33:37 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-18 23:33:37 +0000
commitc02f916a07185e42088ac98268c4d5d46b000769 (patch)
treeaac9bc400f0e36825ebf38bbecfcbef3d3ca37ca /sysutils/fusefs-libs
parentEnable stage (diff)
Unconditionnaly install docs and remove inclusion of bsd.port.options.mk
Notes
Notes: svn path=/head/; revision=330795
Diffstat (limited to 'sysutils/fusefs-libs')
-rw-r--r--sysutils/fusefs-libs/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysutils/fusefs-libs/Makefile b/sysutils/fusefs-libs/Makefile
index b610b1fb9124..e99a6417a0e7 100644
--- a/sysutils/fusefs-libs/Makefile
+++ b/sysutils/fusefs-libs/Makefile
@@ -23,14 +23,9 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
DOCS= libs/how-fuse-works \
libs/kernel.txt
-.include <bsd.port.options.mk>
-
post-install:
${INSTALL_DATA} ${WRKSRC}/include/fuse_kernel.h ${STAGEDIR}${PREFIX}/include/fuse
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}/libs
@cd ${WRKSRC}/doc/ && ${INSTALL_DATA} ${DOCS:S/libs\///} ${STAGEDIR}${DOCSDIR}/libs
-.endif
-
.include <bsd.port.mk>