diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-11-06 20:07:33 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-11-06 20:07:33 +0800 |
commit | c24bce34194ce5675e02ae5858ac1a95fe433dd8 (patch) | |
tree | 58449d142d534844de68f9c393d0deb6fbd3a47f /net-mgmt | |
parent | f49dac2c57f71ddbc5b0543ac5a47f059c67326d (diff) | |
download | freebsd-ports-gnome-c24bce34194ce5675e02ae5858ac1a95fe433dd8.tar.gz freebsd-ports-gnome-c24bce34194ce5675e02ae5858ac1a95fe433dd8.tar.zst freebsd-ports-gnome-c24bce34194ce5675e02ae5858ac1a95fe433dd8.zip |
- Update mastersite.
PR: ports/104970
Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/arpwatch/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-mgmt/arpwatch/Makefile b/net-mgmt/arpwatch/Makefile index 2d2f9199427e..1385f332ba0a 100644 --- a/net-mgmt/arpwatch/Makefile +++ b/net-mgmt/arpwatch/Makefile @@ -10,16 +10,15 @@ PORTVERSION= 2.1.a15 PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.ee.lbl.gov/ \ - http://www.mirrors.wiretapped.net/security/network-monitoring/arpwatch/ \ - ftp://ftp.riken.go.jp/pub/net/lbl/ \ - http://www.goodking.ca/pub/files/ + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.([^\.]*)$/\1/} MAINTAINER= thomas@goodking.ca COMMENT= Monitor arp & rarp requests GNU_CONFIGURE= yes -CONFIGURE_ARGS= --quiet +CONFIGURE_ARGS= --quiet --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALL_TARGET= install install-man MAN8= arpwatch.8 arpsnmp.8 |