diff options
author | hubertf <hubertf> | 2001-08-25 16:34:26 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-08-25 16:34:26 +0000 |
commit | d7fa0e5c03f9e24a7788f536ed943179c0d6367a (patch) | |
tree | 21e719d1b24b7999b20405c88a26cf23bb555480 /sysutils/xdu/Makefile | |
parent | 5b1894a67e7b98e6e22b11627fd73561c16c715a (diff) | |
download | pkgsrc-d7fa0e5c03f9e24a7788f536ed943179c0d6367a.tar.gz |
* merge all patches to xdu.c into one patch file
* silence a warning about missing prototype
* when *alloc() fails to get some memory, print an error and exit,
instead of crashing
Bump version to 3.0nb2
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 98fcd3b13b6..073dd1967a3 100644 --- a/sysutils/xdu/Makefile +++ b/sysutils/xdu/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2001/08/21 08:07:36 assar Exp $ +# $NetBSD: Makefile,v 1.5 2001/08/25 16:34:26 hubertf Exp $ # DISTNAME= xdu-3.0 -PKGNAME= xdu-3.0nb1 +PKGNAME= xdu-3.0nb2 CATEGORIES= sysutils x11 MASTER_SITES= http://sd.wareonearth.com/~phil/xdu/ ftp://ftp.arl.mil/pub/ EXTRACT_SUFX= .tar.Z |