View | Details | Raw Unified | Return to bug 93481
Collapse All | Expand All

(-)Makefile (-3 / +1 lines)
Lines 10-16 Link Here
10
PORTVERSION=	0.0.16
10
PORTVERSION=	0.0.16
11
PORTREVISION=	1
11
PORTREVISION=	1
12
CATEGORIES=	net
12
CATEGORIES=	net
13
MASTER_SITES=	http://www.arp-sk.org/files/
13
MASTER_SITES=	http://sid.rstack.org/arp-sk/files/
14
EXTRACT_SUFX=	.tgz
14
EXTRACT_SUFX=	.tgz
15
15
16
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
Lines 18-25 Link Here
18
18
19
BUILD_DEPENDS=	libnet*>=1.1.2,1:${PORTSDIR}/net/libnet
19
BUILD_DEPENDS=	libnet*>=1.1.2,1:${PORTSDIR}/net/libnet
20
20
21
USE_REINPLACE=	yes
22
#USE_GETOPT_LONG=	yes
23
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
24
22
25
MAN1=	arp-sk.1
23
MAN1=	arp-sk.1
(-)pkg-descr (-2 lines)
Lines 1-4 Link Here
1
arp-sk is a tool designed to manipulate ARP tables of all kinds of equipment.
1
arp-sk is a tool designed to manipulate ARP tables of all kinds of equipment.
2
This can be easily performed through the sending of the appropriate packet(s).
2
This can be easily performed through the sending of the appropriate packet(s).
3
4
WWW: http://www.arp-sk.org/

Return to bug 93481