pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/checkperms Support DESTDIR installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93de4d7a27a1
branches:  trunk
changeset: 531430:93de4d7a27a1
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jul 30 10:18:32 2007 +0000

description:
Support DESTDIR installation.

diffstat:

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

diffs (18 lines):

diff -r 3bad082a300a -r 93de4d7a27a1 sysutils/checkperms/Makefile
--- a/sysutils/checkperms/Makefile      Mon Jul 30 09:53:29 2007 +0000
+++ b/sysutils/checkperms/Makefile      Mon Jul 30 10:18:32 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/07/03 14:04:17 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2007/07/30 10:18:32 joerg Exp $
 #
 
 DISTNAME=      checkperms-1.7
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://www.schlechte-software.de/checkperms/
 COMMENT=       Check and correct file permissions
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
 
 USE_BSD_MAKEFILE=      yes



Home | Main Index | Thread Index | Old Index