diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-12 21:17:16 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-12 21:17:16 +0000 |
commit | 599b02b412a207f3fe554ec6ef368fc37548614c (patch) | |
tree | 49d99b1d10f0fcb1f0c3a5555ffc2f2c26c311ca /pkgtools/pkg_chk/Makefile | |
parent | 4f596f72056e045ce495bd3f48e2a142f8709563 (diff) | |
download | pkgsrc-599b02b412a207f3fe554ec6ef368fc37548614c.tar.gz |
When creating the sorted list of binary packages, "ls -t *.tgz" can
easily overflow the argument space e.g. on DragonFly. Replace this
statement with "ls -t | grep '\.tgz$'" to remove this constraint.
Diffstat (limited to 'pkgtools/pkg_chk/Makefile')
-rw-r--r-- | pkgtools/pkg_chk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_chk/Makefile b/pkgtools/pkg_chk/Makefile index 4181298a026..256fbf612bc 100644 --- a/pkgtools/pkg_chk/Makefile +++ b/pkgtools/pkg_chk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2006/01/03 19:00:09 abs Exp $ +# $NetBSD: Makefile,v 1.24 2006/01/12 21:17:16 joerg Exp $ -DISTNAME= pkg_chk-1.64 +DISTNAME= pkg_chk-1.65 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty |