summaryrefslogtreecommitdiff
path: root/net/poink
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2002-05-03 10:59:31 +0000
committerzuntum <zuntum@pkgsrc.org>2002-05-03 10:59:31 +0000
commit6d5ad777ec3f6992832a0cfebe57239301c3db34 (patch)
treeb8953125003a465b5fec7de3ae62f21c1093403a /net/poink
parent209e86a61a99b20823cb2fee5b8ae7edcdc91caf (diff)
downloadpkgsrc-6d5ad777ec3f6992832a0cfebe57239301c3db34.tar.gz
Switch MASTER_SITES from my homepage to MASTER_SITE_LOCAL
Diffstat (limited to 'net/poink')
-rw-r--r--net/poink/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/poink/Makefile b/net/poink/Makefile
index 5f29be4417c..5a4aa80d168 100644
--- a/net/poink/Makefile
+++ b/net/poink/Makefile
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.3 2001/09/15 13:52:27 zuntum Exp $
+# $NetBSD: Makefile,v 1.4 2002/05/03 10:59:31 zuntum Exp $
#
DISTNAME= poink-1.5
CATEGORIES= net
-MASTER_SITES= http://zuntum.utech.lublin.pl/distfiles/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= zuntum@netbsd.org
COMMENT= nosuid, absolutely secure version of ping utility
+NO_SRC_ON_FTP= "Already in MASTER_SITE_LOCAL"
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/poink ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ping.1 ${PREFIX}/man/man1/poink.1