pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/checkperms Add INSTALLATION_DIRS to fix DESTD...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a05e66b8e5eb
branches:  trunk
changeset: 536443:a05e66b8e5eb
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Fri Dec 14 07:20:51 2007 +0000

description:
Add INSTALLATION_DIRS to fix DESTDIR installation.

diffstat:

 sysutils/checkperms/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d7aa33a6c3b6 -r a05e66b8e5eb sysutils/checkperms/Makefile
--- a/sysutils/checkperms/Makefile      Thu Dec 13 23:35:11 2007 +0000
+++ b/sysutils/checkperms/Makefile      Fri Dec 14 07:20:51 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2007/11/11 11:35:50 martti Exp $
+# $NetBSD: Makefile,v 1.16 2007/12/14 07:20:51 bjs Exp $
 #
 
 DISTNAME=      checkperms-1.10
@@ -18,6 +18,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+INSTALLATION_DIRS=     bin man/cat1 man/man1
 CHECK_PERMS=           no
 
 .if ${OPSYS} == "Linux"



Home | Main Index | Thread Index | Old Index