diff options
author | assar <assar@pkgsrc.org> | 2001-08-21 08:07:36 +0000 |
---|---|---|
committer | assar <assar@pkgsrc.org> | 2001-08-21 08:07:36 +0000 |
commit | c6a98f2ed41842e4a73c7a7770628ca4cc874b3c (patch) | |
tree | 85bda94c96a5ac7ca565b53fcc2dd084ed189d3e | |
parent | 6a9a83339064d2dbbcf47bd3b60bdaeab9a06f7c (diff) | |
download | pkgsrc-c6a98f2ed41842e4a73c7a7770628ca4cc874b3c.tar.gz |
add a new master site and the homepage
-rw-r--r-- | sysutils/xdu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/xdu/Makefile b/sysutils/xdu/Makefile index ad60f591491..98fcd3b13b6 100644 --- a/sysutils/xdu/Makefile +++ b/sysutils/xdu/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 17:42:22 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/08/21 08:07:36 assar Exp $ # DISTNAME= xdu-3.0 PKGNAME= xdu-3.0nb1 CATEGORIES= sysutils x11 -MASTER_SITES= ftp://ftp.arl.mil/pub/ +MASTER_SITES= http://sd.wareonearth.com/~phil/xdu/ ftp://ftp.arl.mil/pub/ EXTRACT_SUFX= .tar.Z MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://sd.wareonearth.com/~phil/xdu/ COMMENT= Display the output of "du" in an X window WRKSRC= ${WRKDIR} |