Switch MASTER_SITES from my homepage to MASTER_SITE_LOCAL
This commit is contained in:
parent
209e86a61a
commit
6d5ad777ec
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue