diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-10-01 14:45:16 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-10-01 14:45:16 +0000 |
commit | d46aafc64e7f26faee93dd1d52fe9aabd2f2a0a4 (patch) | |
tree | 75e996b6bfaf407af3b02c9859874edec02f73c4 /net/sntop | |
parent | b08b0f2551cfe3d80ae1ae82608a59e8e4edd113 (diff) | |
download | ports-d46aafc64e7f26faee93dd1d52fe9aabd2f2a0a4.tar.gz ports-d46aafc64e7f26faee93dd1d52fe9aabd2f2a0a4.zip |
Notes
Diffstat (limited to 'net/sntop')
-rw-r--r-- | net/sntop/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/sntop/Makefile b/net/sntop/Makefile index efc048c8ee31..d5eb2f1392f2 100644 --- a/net/sntop/Makefile +++ b/net/sntop/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: sntop -# Date created: 05 August 2000 -# Whom: Matt Emmerton <matt@gsicomp.on.ca> -# +# Created by: Matt Emmerton <matt@gsicomp.on.ca> # $FreeBSD$ -# PORTNAME= sntop PORTVERSION= 1.4.3 CATEGORIES= net MASTER_SITES= SF -MAINTAINER= fernan@iib.unsam.edu.ar +MAINTAINER= ports@FreeBSD.org COMMENT= Monitor status of network nodes using fping RUN_DEPENDS= ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping |