diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-11-03 06:25:42 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-11-03 06:25:42 +0000 |
commit | ba0b43633d29024bc1c82dd45969342606fed22f (patch) | |
tree | bf4f2f16eca36f52d0b8f389c0e2e431a46ec13f /net/sntop/Makefile | |
parent | NO_LATEST_LINK= yes addded, lust like in tcl82 (diff) |
update to 1.4.2.
PR: 31717
Submitted by: Christopher J. Michaels <cjm2@altavista.net>
assign maintainership back to ports@.
Submitted by: Matthew Emmerton <matt@gsicomp.on.ca> (previous maintainer)
Notes
Notes:
svn path=/head/; revision=49518
Diffstat (limited to 'net/sntop/Makefile')
-rw-r--r-- | net/sntop/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/sntop/Makefile b/net/sntop/Makefile index 69f7990eeb52..c1ed43bb01a4 100644 --- a/net/sntop/Makefile +++ b/net/sntop/Makefile @@ -6,19 +6,18 @@ # PORTNAME= sntop -PORTVERSION= 1.3.1 +PORTVERSION= 1.4.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sntop -MAINTAINER= matt@gsicomp.on.ca +MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping GNU_CONFIGURE= yes MAN1= sntop.1 -MANCOMPRESSED= yes post-install: @strip ${PREFIX}/bin/sntop |