summaryrefslogtreecommitdiff
path: root/net/poink/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-02-21 01:36:34 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-02-21 01:36:34 +0000
commit01631af128afd6fa177d985b3377fc08819ebc52 (patch)
tree1cd235656cdf50f5bcf538d8a4b13beb0990d7ab /net/poink/Makefile
parentadd an option to use the UTF-8 code in pcre (diff)
N-MAINTAINER UPDATE] net/poink 1.5 -> 1.6
o Changed the MASTER_SITES since the NetBSD mirrors didn't appear to be carring the latest version. o Added USE_ZIP since the latest distfile is in the format. PR: 48467 Submitted by: Joseph Scott <joseph@randomnetworks.com>
Notes
Notes: svn path=/head/; revision=76001
Diffstat (limited to 'net/poink/Makefile')
-rw-r--r--net/poink/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/poink/Makefile b/net/poink/Makefile
index 8ba062a253f3..7ea522c668c6 100644
--- a/net/poink/Makefile
+++ b/net/poink/Makefile
@@ -6,13 +6,16 @@
#
PORTNAME= poink
-PORTVERSION= 1.5
+PORTVERSION= 1.6
CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_NETBSD}
+MASTER_SITES= http://coredump.cx/~lcamtuf/soft/
+DISTNAME= ${PORTNAME}
MAINTAINER= ports@freebsd.org
COMMENT= Nosuid, secure ping like utility
+USE_ZIP= yes
+
.if ${MACHINE_ARCH} == "sparc64"
BROKEN= "Hostname resolution broken on ${MACHINE_ARCH}"
.endif