diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-28 02:31:08 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-28 02:31:08 +0800 |
commit | 048988d9baac4bfcfd41156838d85efc4e28e254 (patch) | |
tree | 0c30f507f0390cc7876328136ff836eb957e0f71 /net-mgmt | |
parent | 569988d4be4930dab2ee686f5b81b4141e535d4a (diff) | |
download | freebsd-ports-gnome-048988d9baac4bfcfd41156838d85efc4e28e254.tar.gz freebsd-ports-gnome-048988d9baac4bfcfd41156838d85efc4e28e254.tar.zst freebsd-ports-gnome-048988d9baac4bfcfd41156838d85efc4e28e254.zip |
- Fix some more SF URLs, including ones in PATCH_SITES and comments (for consistency)
Approved by: portmgr (pav)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/echolot/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/echolot/Makefile b/net-mgmt/echolot/Makefile index 57fc0571289e..525aca2aae33 100644 --- a/net-mgmt/echolot/Makefile +++ b/net-mgmt/echolot/Makefile @@ -10,9 +10,8 @@ PORTNAME= echolot PORTVERSION= 0.1.0 PORTREVISION= 1 CATEGORIES= net-mgmt -#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITES= http://echolot.sourceforge.net/download/ -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://echolot.sourceforge.net/download/ \ + SF MAINTAINER= ports@FreeBSD.org COMMENT= A packet sniffer that grabs ARP packets on any ethernet devices |