diff options
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 |