diff options
author | pawel <pawel@FreeBSD.org> | 2012-11-10 22:38:29 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-11-10 22:38:29 +0800 |
commit | 835ad9be40fe9b98194a0257b74224e262bb5c25 (patch) | |
tree | 4cf57e3c6ee39efebc295f7a7fe8c520d7d0929d /net | |
parent | 8546769e43b40c64f4c2701717d9a3daf0acab7e (diff) | |
download | freebsd-ports-gnome-835ad9be40fe9b98194a0257b74224e262bb5c25.tar.gz freebsd-ports-gnome-835ad9be40fe9b98194a0257b74224e262bb5c25.tar.zst freebsd-ports-gnome-835ad9be40fe9b98194a0257b74224e262bb5c25.zip |
- Update MASTER_SITES
- Add LICENSE and project homepage
PR: ports/172041
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes
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/ |