diff options
author | rillig <rillig> | 2008-02-28 11:58:47 +0000 |
---|---|---|
committer | rillig <rillig> | 2008-02-28 11:58:47 +0000 |
commit | 0e51421da369508f6127e9643e65752ec21f2bf0 (patch) | |
tree | 9b57bf8c2c6de33d312b22aa420bb8850c649eff /sysutils/checkperms | |
parent | dab42586aee1b6d2f5cc813be67303fa377cdff9 (diff) | |
download | pkgsrc-0e51421da369508f6127e9643e65752ec21f2bf0.tar.gz |
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
Diffstat (limited to 'sysutils/checkperms')
-rw-r--r-- | sysutils/checkperms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/checkperms/Makefile b/sysutils/checkperms/Makefile index 90e8f713a6c..9de41c19844 100644 --- a/sysutils/checkperms/Makefile +++ b/sysutils/checkperms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2008/02/07 13:16:50 tnn Exp $ +# $NetBSD: Makefile,v 1.18 2008/02/28 11:58:49 rillig Exp $ # DISTNAME= checkperms-1.10 @@ -11,7 +11,7 @@ COMMENT= Check and correct file permissions #LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir -INSTALLATION_DIRS_FROM_PLIST= yes +AUTO_MKDIRS= yes USE_BSD_MAKEFILE= yes |