aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-libs
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-09-23 12:25:22 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-09-23 12:25:22 +0000
commit6e98d3196624d211c9e957200274835b2587f093 (patch)
treebb1bc8b8626863051bb1e6656be6f629a7330ea4 /sysutils/fusefs-libs
parenta9100f82286d7acdfc2fb24785b507cc86805547 (diff)
downloadports-6e98d3196624d211c9e957200274835b2587f093.tar.gz
ports-6e98d3196624d211c9e957200274835b2587f093.zip
Fix packaging.
Approved by: bapt (maintainer)
Notes
Notes: svn path=/head/; revision=327987
Diffstat (limited to 'sysutils/fusefs-libs')
-rw-r--r--sysutils/fusefs-libs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/fusefs-libs/Makefile b/sysutils/fusefs-libs/Makefile
index 922c58edd01e..d8a4605dcb6c 100644
--- a/sysutils/fusefs-libs/Makefile
+++ b/sysutils/fusefs-libs/Makefile
@@ -19,8 +19,8 @@ USE_LDCONFIG= yes
USES= iconv
CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
-PORTDOCS= how-fuse-works \
- kernel.txt
+PORTDOCS= libs/how-fuse-works \
+ libs/kernel.txt
.include <bsd.port.options.mk>
@@ -28,7 +28,7 @@ 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} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/libs
+ @cd ${WRKSRC}/doc/ && ${INSTALL_DATA} ${PORTDOCS:S/libs\///} ${STAGEDIR}${DOCSDIR}/libs
.endif