diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-04-05 01:33:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-04-05 01:33:24 +0000 |
commit | dcdeb66984ee6350f0ce6e5344e11433d07b1495 (patch) | |
tree | c4a1ed0c73e8b0eb45912129e448ff1d96b8ab31 /sysutils/xdu/Makefile | |
parent | 63cb10f32213c239c9ab34c5184696a9772f092b (diff) | |
download | pkgsrc-dcdeb66984ee6350f0ce6e5344e11433d07b1495.tar.gz |
Find another place where we can run out of memory, and print
some proper error message (instead of dumping core later)
Diffstat (limited to 'sysutils/xdu/Makefile')
-rw-r--r-- | sysutils/xdu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xdu/Makefile b/sysutils/xdu/Makefile index 37549f84976..3cfa3aed381 100644 --- a/sysutils/xdu/Makefile +++ b/sysutils/xdu/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2001/11/29 01:12:49 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2002/04/05 01:33:24 hubertf Exp $ # DISTNAME= xdu-3.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= sysutils x11 MASTER_SITES= http://sd.wareonearth.com/~phil/xdu/ ftp://ftp.arl.mil/pub/ EXTRACT_SUFX= .tar.Z |