aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-11-10 14:38:29 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-11-10 14:38:29 +0000
commit213702caecbfd7d0730c190557e76364c03c1727 (patch)
tree4cf57e3c6ee39efebc295f7a7fe8c520d7d0929d /net
parentb2080298d1ad76a141a9ece90e61f54bcfc7b208 (diff)
downloadports-213702caecbfd7d0730c190557e76364c03c1727.tar.gz
ports-213702caecbfd7d0730c190557e76364c03c1727.zip
- Update MASTER_SITES
- Add LICENSE and project homepage PR: ports/172041 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
Notes
Notes: svn path=/head/; revision=307281
Diffstat (limited to 'net')
-rw-r--r--net/netselect/Makefile19
-rw-r--r--net/netselect/pkg-descr2
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/