diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-10-01 22:45:16 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-10-01 22:45:16 +0800 |
commit | 5b8d57abfdaf198d8c45c4cd097e89e26dc62aa9 (patch) | |
tree | 75e996b6bfaf407af3b02c9859874edec02f73c4 /net/sntop | |
parent | b0c5781d091cdf2bb53ee7de6e4e57e5b0a97c56 (diff) | |
download | freebsd-ports-gnome-5b8d57abfdaf198d8c45c4cd097e89e26dc62aa9.tar.gz freebsd-ports-gnome-5b8d57abfdaf198d8c45c4cd097e89e26dc62aa9.tar.zst freebsd-ports-gnome-5b8d57abfdaf198d8c45c4cd097e89e26dc62aa9.zip |
- Reassign to the heap at maintainer's request
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 |