summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg>2007-07-30 10:18:32 +0000
committerjoerg <joerg>2007-07-30 10:18:32 +0000
commit14bd28d6cd7f31ec5c93a6f2dc1d3b9212eabd89 (patch)
treeff6c164d1eb81ad38e639b2a6c6d5bd956241fec /sysutils
parent9be45ae6dae6ceb8afa93402c2b678d1ec95deb6 (diff)
downloadpkgsrc-14bd28d6cd7f31ec5c93a6f2dc1d3b9212eabd89.tar.gz
Support DESTDIR installation.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/checkperms/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/checkperms/Makefile b/sysutils/checkperms/Makefile
index 1510f31cd81..4bc175ba746 100644
--- a/sysutils/checkperms/Makefile
+++ b/sysutils/checkperms/Makefile
@@ -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 @@ MAINTAINER= rillig@NetBSD.org
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