diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-02-17 19:04:23 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-02-17 19:04:23 +0000 |
commit | 5a5323ede4db496920e976dd38779f2ebe06735e (patch) | |
tree | 1eab8720b91776c37e7102fdf31817fe54231910 | |
parent | 6c75f4e34134668dc09a25c5413ce750be4570b9 (diff) | |
download | FreeBSD-ports-5a5323ede4db496920e976dd38779f2ebe06735e.zip FreeBSD-ports-5a5323ede4db496920e976dd38779f2ebe06735e.tar.gz |
- Update mastersite
- Remove WWW, URL does not exist anymore
PR: 93481
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
-rw-r--r-- | net/arp-sk/Makefile | 4 | ||||
-rw-r--r-- | net/arp-sk/pkg-descr | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/net/arp-sk/Makefile b/net/arp-sk/Makefile index 3b7e8b9..b4806b8 100644 --- a/net/arp-sk/Makefile +++ b/net/arp-sk/Makefile @@ -10,7 +10,7 @@ PORTNAME= arp-sk PORTVERSION= 0.0.16 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://www.arp-sk.org/files/ +MASTER_SITES= http://sid.rstack.org/arp-sk/files/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org @@ -18,8 +18,6 @@ COMMENT= A tool designed to manipulate ARP tables of all kinds of equipment BUILD_DEPENDS= libnet*>=1.1.2,1:${PORTSDIR}/net/libnet -USE_REINPLACE= yes -#USE_GETOPT_LONG= yes GNU_CONFIGURE= yes MAN1= arp-sk.1 diff --git a/net/arp-sk/pkg-descr b/net/arp-sk/pkg-descr index d58f9ac..64fdc3a 100644 --- a/net/arp-sk/pkg-descr +++ b/net/arp-sk/pkg-descr @@ -1,4 +1,2 @@ arp-sk is a tool designed to manipulate ARP tables of all kinds of equipment. This can be easily performed through the sending of the appropriate packet(s). - -WWW: http://www.arp-sk.org/ |