pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/filesystems/fuse-unionfs filesystems/fuse-unionfs: Ins...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9b1ffe98a62f
branches: trunk
changeset: 366876:9b1ffe98a62f
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Aug 19 00:20:50 2017 +0000
description:
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:
filesystems/fuse-unionfs/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 9e543cef66b6 -r 9b1ffe98a62f filesystems/fuse-unionfs/Makefile
--- a/filesystems/fuse-unionfs/Makefile Sat Aug 19 00:20:36 2017 +0000
+++ b/filesystems/fuse-unionfs/Makefile Sat Aug 19 00:20:50 2017 +0000
@@ -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 @@
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 @@
${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"
Home |
Main Index |
Thread Index |
Old Index