diff options
author | hubertf <hubertf> | 2000-12-14 01:10:42 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-12-14 01:10:42 +0000 |
commit | 285fe3417a671a4ecf2386c199ac802aee137d4e (patch) | |
tree | d8216d0906c1c3c4a2c56cf638f3c270d90653ac /sysutils/xdu/Makefile | |
parent | b37f5c97cb2eff2850bbf6dcb922e79adc5135ed (diff) | |
download | pkgsrc-285fe3417a671a4ecf2386c199ac802aee137d4e.tar.gz |
Aparently a directory tree can only be 8 directories deep on VMS.
It seems if you goof up enough it's no problem do ending with >80
on Unix. Make xdu deal with this properly.
Bump version to 3.0nb1
Diffstat (limited to 'sysutils/xdu/Makefile')
-rw-r--r-- | sysutils/xdu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/xdu/Makefile b/sysutils/xdu/Makefile index 1e063bdf56a..7fa2b1b5ad7 100644 --- a/sysutils/xdu/Makefile +++ b/sysutils/xdu/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/09/20 20:48:07 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2000/12/14 01:10:42 hubertf Exp $ # DISTNAME= xdu-3.0 +PKGNAME= xdu-3.0nb1 CATEGORIES= sysutils x11 MASTER_SITES= ftp://ftp.arl.mil/pub/ EXTRACT_SUFX= .tar.Z |