summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-10-15 23:00:10 +0000
committerhubertf <hubertf>2001-10-15 23:00:10 +0000
commitf8788b8f8e55d705812bad8e30408e15aac0ac13 (patch)
tree465ab44c1fdf47767f70b9e2bb392b308f672d33 /mk
parent7f092eda181aa70635aafbe5c066b3c2f0eb8e56 (diff)
downloadpkgsrc-f8788b8f8e55d705812bad8e30408e15aac0ac13.tar.gz
At the end of the build, remove the contents of the "perl" package
from the leftovers list - "perl-base" is long gone.
Diffstat (limited to 'mk')
-rw-r--r--mk/bulk/post-build4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/post-build b/mk/bulk/post-build
index 1f17816d4ec..8d120fb7b4c 100644
--- a/mk/bulk/post-build
+++ b/mk/bulk/post-build
@@ -1,5 +1,5 @@
#!/usr/pkg/bin/perl
-# $NetBSD: post-build,v 1.13 2001/05/03 21:46:32 dmcmahill Exp $
+# $NetBSD: post-build,v 1.14 2001/10/15 23:00:10 hubertf Exp $
#
# Collect stuff after a pkg bulk build
#
@@ -239,7 +239,7 @@ close(HTML);
system("find /usr/X11R6 -newer ${USR_PKGSRC}/.start.${arch} -type f >>leftovers-${arch}.txt");
# Strip perl-files:
- system("pkg_info -qL perl-base > .p.${arch}");
+ system("pkg_info -qL perl > .p.${arch}");
system("fgrep -v -x -f .p.${arch} leftovers-${arch}.txt >leftovers-${arch}.txt.new");
rename("leftovers-${arch}.txt.new", "leftovers-${arch}.txt");
unlink(".p.${arch}");