pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/filesystems/fuse-unionfs



Module Name:    pkgsrc
Committed By:   jlam
Date:           Sat Aug 19 00:20:50 UTC 2017

Modified Files:
        pkgsrc/filesystems/fuse-unionfs: Makefile

Log Message:
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}.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/filesystems/fuse-unionfs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/filesystems/fuse-unionfs/Makefile
diff -u pkgsrc/filesystems/fuse-unionfs/Makefile:1.5 pkgsrc/filesystems/fuse-unionfs/Makefile:1.6
--- pkgsrc/filesystems/fuse-unionfs/Makefile:1.5        Mon Feb  1 02:41:21 2016
+++ pkgsrc/filesystems/fuse-unionfs/Makefile    Sat Aug 19 00:20:50 2017
@@ -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"



Home | Main Index | Thread Index | Old Index