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