summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2017-08-19 00:20:50 +0000
committerjlam <jlam@pkgsrc.org>2017-08-19 00:20:50 +0000
commiteb8b94768ce4f81c34d38ea313c52b668e53392c (patch)
treed7307865e6e24a3e1e5aaa94597afc8df83baf94 /filesystems
parentba5f8bba32bc7612d252858f9fb80fdd84df1e21 (diff)
downloadpkgsrc-eb8b94768ce4f81c34d38ea313c52b668e53392c.tar.gz
filesystems/fuse-unionfs: Install manpages into ${PKGMANDIR}.
This package uses a custom "do-install" target to install all of the package's files. Change the command to install the manpage to put it under ${PKGMANDIR}.
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/fuse-unionfs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/filesystems/fuse-unionfs/Makefile b/filesystems/fuse-unionfs/Makefile
index 0656e5b9148..bd3867a9363 100644
--- a/filesystems/fuse-unionfs/Makefile
+++ b/filesystems/fuse-unionfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/02/01 02:41:21 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2017/08/19 00:20:50 jlam Exp $
#
DISTNAME= v1.0
@@ -15,7 +15,7 @@ BUILD_TARGET= build
USE_TOOLS= gmake pkg-config
WRKSRC= ${WRKDIR}/unionfs-fuse-${DISTNAME:S/v//}
-INSTALLATION_DIRS= bin man/man8
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man8
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/unionfs \
@@ -23,7 +23,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/unionfsctl \
${DESTDIR}${PREFIX}/bin/unionfsctl
${INSTALL_MAN} ${WRKSRC}/man/unionfs.8 \
- ${DESTDIR}${PREFIX}/man/man8
+ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
.include "../../mk/fuse.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"