diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/netselect/Makefile | 19 | ||||
-rw-r--r-- | net/netselect/pkg-descr | 2 |
2 files changed, 10 insertions, 11 deletions
diff --git a/net/netselect/Makefile b/net/netselect/Makefile index 0131b0728daa..9eb85ccc58d6 100644 --- a/net/netselect/Makefile +++ b/net/netselect/Makefile @@ -1,27 +1,24 @@ -# New ports collection makefile for: netselect -# Date created: 15 July 2006 -# Whom: Timothy Redaelli <drizzt@gufi.org> -# +# Created by: Timothy Redaelli <drizzt@gufi.org> # $FreeBSD$ -# PORTNAME= netselect PORTVERSION= 0.3 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_GENTOO} \ - http://www.worldvisions.ca/~apenwarr/netselect/ -MASTER_SITE_SUBDIR= distfiles +MASTER_SITES= http://apenwarr.ca/netselect/ \ + GENTOO/distfiles MAINTAINER= ports@FreeBSD.org COMMENT= Ultrafast implementation of ping -PLIST_FILES= bin/${PORTNAME} - -WRKSRC= ${WRKDIR}/${PORTNAME} +LICENSE= BSD OPTIONS_DEFINE= SUID SUID_DESC= Install with the sticky bit (mode 4110) +WRKSRC= ${WRKDIR}/${PORTNAME} + +PLIST_FILES= bin/${PORTNAME} + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSUID} diff --git a/net/netselect/pkg-descr b/net/netselect/pkg-descr index 4a03329dd416..aaa6f1ea4c0f 100644 --- a/net/netselect/pkg-descr +++ b/net/netselect/pkg-descr @@ -12,3 +12,5 @@ For example, if I type: It tells me statistics about each of the hostnames I provided, in much less time than doing a whole bunch of traceroutes. + +WWW: http://apenwarr.ca/netselect/ |