diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-02-16 10:42:00 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-02-16 10:42:00 +0000 |
commit | 931c1889a653386dc1f7ad90bfe5570b9be131c3 (patch) | |
tree | 994bf2f0787401438017ef63c30cb6c2ea471e29 /mk/check | |
parent | 7384a7a4a354baa056a5be1a5d4b445e24f2a60c (diff) | |
download | pkgsrc-931c1889a653386dc1f7ad90bfe5570b9be131c3.tar.gz |
Remove obsolete bulk build variables.
Diffstat (limited to 'mk/check')
-rw-r--r-- | mk/check/check-perms.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mk/check/check-perms.mk b/mk/check/check-perms.mk index d70c517d808..55bf3fdc6ea 100644 --- a/mk/check/check-perms.mk +++ b/mk/check/check-perms.mk @@ -1,12 +1,8 @@ -# $NetBSD: check-perms.mk,v 1.18 2015/02/01 11:42:59 obache Exp $ +# $NetBSD: check-perms.mk,v 1.19 2015/02/16 10:42:00 jperkin Exp $ # # This file checks that after installation of a package, all files and # directories of that package have sensible permissions set. # -# To use this check in bulk builds, add -# BULK_PREREQ+= sysutils/checkperms -# to your mk.conf file. -# # User-settable variables: # # CHECK_PERMS |