diff options
author | recht <recht@pkgsrc.org> | 2004-06-01 17:51:28 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-06-01 17:51:28 +0000 |
commit | 87c4886a993c68092e0f1585d8d3a96269adab20 (patch) | |
tree | a93c22982bdce8f1266be8e61a1b1acd011f38d5 /net/xipdump | |
parent | 6bcf9b0218da1c441522d6e6746adbdc9fc6b1b2 (diff) | |
download | pkgsrc-87c4886a993c68092e0f1585d8d3a96269adab20.tar.gz |
MASTER_SITE moved.
Comment out the homepage since it's unavaible and I didn't find a new one.
Addresses PR 25781 by Jim Spath.
Diffstat (limited to 'net/xipdump')
-rw-r--r-- | net/xipdump/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/xipdump/Makefile b/net/xipdump/Makefile index e9f0cadc1c2..6641600bd33 100644 --- a/net/xipdump/Makefile +++ b/net/xipdump/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.11 2004/01/27 00:53:10 heinz Exp $ +# $NetBSD: Makefile,v 1.12 2004/06/01 17:51:28 recht Exp $ # DISTNAME= xipdump-1.5.4 CATEGORIES= net -MASTER_SITES= http://www.epita.fr/~lse/xipdump/ +MASTER_SITES= http://www.lse.epita.fr/devel/xipdump/ EXTRACT_SUFX= .tgz MAINTAINER= sakamoto@NetBSD.org -HOMEPAGE= http://www.epita.fr/~lse/xipdump/ +#HOMEPAGE= http://www.epita.fr/~lse/xipdump/ COMMENT= Displays IP packets using X Window System DEPENDS+= libnet>=1.0.1bnb3:../../devel/libnet |