diff options
author | tonio <tonio@pkgsrc.org> | 2005-10-16 12:58:37 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-10-16 12:58:37 +0000 |
commit | b069c20855324d0d349b09d23f33c038d5bf8a4c (patch) | |
tree | 9807b513b434c77c1e04ffed8b26af366af2f248 /net/xipdump | |
parent | fb5e8ae0e18d6374a02916d1f6c3689c65b455cd (diff) | |
download | pkgsrc-b069c20855324d0d349b09d23f33c038d5bf8a4c.tar.gz |
Update MASTERSITE and HOMEPAGE
Fix PR 31819
Diffstat (limited to 'net/xipdump')
-rw-r--r-- | net/xipdump/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/xipdump/Makefile b/net/xipdump/Makefile index 9b1fc3f3bb3..8d618eff52d 100644 --- a/net/xipdump/Makefile +++ b/net/xipdump/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.19 2005/06/01 18:03:08 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2005/10/16 12:58:37 tonio Exp $ # DISTNAME= xipdump-1.5.4 CATEGORIES= net -MASTER_SITES= http://www.lse.epita.fr/devel/xipdump/ +MASTER_SITES= http://www.lse.epita.fr/twiki/pub/Projects/XipDump/ EXTRACT_SUFX= .tgz MAINTAINER= sakamoto@NetBSD.org -#HOMEPAGE= http://www.epita.fr/~lse/xipdump/ +HOMEPAGE= http://www.lse.epita.fr/twiki/bin/view/Projects/XipDump COMMENT= Displays IP packets using X Window System - BUILDLINK_DEPENDS.libnet+= libnet-1.0.* PLIST_SRC= ${WRKDIR}/PLIST |