diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-06 10:40:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-06 10:40:25 +0000 |
commit | ee9f7945fa95d95fc593cd3ed1b9fb27845224cd (patch) | |
tree | 66d81a1a5735096e594aeaee8ae28306f31f98b0 /sysutils/xdu | |
parent | d64f339300869acaeae34084ba30297ac9b0cacc (diff) | |
download | pkgsrc-ee9f7945fa95d95fc593cd3ed1b9fb27845224cd.tar.gz |
Comment out dead sites.
Diffstat (limited to 'sysutils/xdu')
-rw-r--r-- | sysutils/xdu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/xdu/Makefile b/sysutils/xdu/Makefile index e76362615b0..e644915ff1d 100644 --- a/sysutils/xdu/Makefile +++ b/sysutils/xdu/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.20 2016/07/09 13:03:00 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2017/09/06 10:40:33 wiz Exp $ # DISTNAME= xdu-3.0 PKGREVISION= 8 CATEGORIES= sysutils x11 -MASTER_SITES= http://sd.wareonearth.com/~phil/xdu/ +#MASTER_SITES= http://sd.wareonearth.com/~phil/xdu/ EXTRACT_SUFX= .tar.Z PATCH_SITES= http://www.nn.iij4u.or.jp/~tutimura/xdu/ @@ -12,7 +12,7 @@ PATCHFILES+= xdu-3.0.dirname.patch \ xdu-3.0.i18n.patch MAINTAINER= hubertf@NetBSD.org -HOMEPAGE= http://sd.wareonearth.com/~phil/xdu/ +#HOMEPAGE= http://sd.wareonearth.com/~phil/xdu/ COMMENT= Display the output of "du" in an X window WRKSRC= ${WRKDIR} |