diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-30 10:18:32 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-30 10:18:32 +0000 |
commit | d167fede96c458db935630cf5c6033dd3b0bae87 (patch) | |
tree | ff6c164d1eb81ad38e639b2a6c6d5bd956241fec | |
parent | f93fcef7a406dc270b9f8e93ad0c6c1bc7205998 (diff) | |
download | pkgsrc-d167fede96c458db935630cf5c6033dd3b0bae87.tar.gz |
Support DESTDIR installation.
-rw-r--r-- | sysutils/checkperms/Makefile | 4 |
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 |