summaryrefslogtreecommitdiff
path: root/mk/bulk/printindex
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-02-17 16:45:10 +0000
committerwiz <wiz@pkgsrc.org>2001-02-17 16:45:10 +0000
commit8fb0f10972cbb527ff9b29510de0e76bf4474c45 (patch)
tree123b94807f42a121e152e4a422aec138713253bb /mk/bulk/printindex
parentcebb231563166ffddaf944f646741c9b033ae671 (diff)
downloadpkgsrc-8fb0f10972cbb527ff9b29510de0e76bf4474c45.tar.gz
Handle new category-Makefile format
Diffstat (limited to 'mk/bulk/printindex')
-rw-r--r--mk/bulk/printindex4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/printindex b/mk/bulk/printindex
index b3f5654af0e..3cc140ffc63 100644
--- a/mk/bulk/printindex
+++ b/mk/bulk/printindex
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: printindex,v 1.1 2001/01/28 20:56:34 dmcmahill Exp $
+# $NetBSD: printindex,v 1.2 2001/02/17 16:45:10 wiz Exp $
#
#
# Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -51,7 +51,7 @@
cwd=$PWD
# List of all pkgs, from pkgsrc/*/Makefile
-list=`grep '^[^#].*'SUBDIR */Makefile | sed 's,/Makefile.*= *,/,'`
+list=`grep '^[[:space:]]*'SUBDIR */Makefile | sed 's,/Makefile.*=[[:space:]]*,/,'`
for pkgdir in $list