diff options
author | zuntum <zuntum> | 2002-05-03 10:59:31 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2002-05-03 10:59:31 +0000 |
commit | d33617335169a892da4eaa483d62412e01070a0e (patch) | |
tree | b8953125003a465b5fec7de3ae62f21c1093403a /net/poink | |
parent | cc7962932fb6c1394d98cc2db29d53c5bd6498a9 (diff) | |
download | pkgsrc-d33617335169a892da4eaa483d62412e01070a0e.tar.gz |
Switch MASTER_SITES from my homepage to MASTER_SITE_LOCAL
Diffstat (limited to 'net/poink')
-rw-r--r-- | net/poink/Makefile | 6 |
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 |