pkgsrc-Changes-HG archive

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

[pkgsrc/tv-derecurse]: pkgsrc/mk sync with HEAD



details:   https://anonhg.NetBSD.org/pkgsrc/rev/586eea680819
branches:  tv-derecurse
changeset: 483988:586eea680819
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Jan 24 19:10:21 2005 +0000

description:
sync with HEAD

diffstat:

 mk/bsd.pkg.mk |  11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diffs (25 lines):

diff -r 1275253abcb6 -r 586eea680819 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Mon Jan 24 19:09:34 2005 +0000
+++ b/mk/bsd.pkg.mk     Mon Jan 24 19:10:21 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1540.2.15 2005/01/24 19:09:34 tv Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1540.2.16 2005/01/24 19:10:21 tv Exp $
 #
 # This file is in the public domain.
 #
@@ -2766,13 +2766,8 @@
 .for d o g m in ${MAKE_DIRS_PERMS} ${OWN_DIRS_PERMS}
 CHECK_FILES_SKIP+=     ${d}
 .endfor
-.undef e c d o g m
-
-CHECK_FILES_SKIP_CMD=
-.for name in ${CHECK_FILES_SKIP}
-CHECK_FILES_SKIP_CMD+= | ${GREP} -v ${name}
-.endfor
-.undef name
+
+CHECK_FILES_SKIP_CMD=  | ${GREP} -v ${CHECK_FILES_SKIP:@f@-e ${f:Q}@}
 
 # Check if the generated PLIST matches the list of really installed files.
 #



Home | Main Index | Thread Index | Old Index