diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-05-17 19:53:21 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-05-17 19:53:21 +0000 |
commit | 5d752c9ea2f331b528d116cea19fb4413c6e5e79 (patch) | |
tree | 837e418e4c19076190f61cd610125c000b397f70 | |
parent | c087846a6629fee39d1504108163b3e5ed95e4d0 (diff) | |
download | pkgsrc-5d752c9ea2f331b528d116cea19fb4413c6e5e79.tar.gz |
Add ftp://ftp.NetBSD.org/pub/NetBSD/misc/cheusov/nih/ to mirrors.
-rw-r--r-- | pkgtools/nih/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/nih/Makefile b/pkgtools/nih/Makefile index 85280f314c8..2e524a5828e 100644 --- a/pkgtools/nih/Makefile +++ b/pkgtools/nih/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/16 22:03:14 cheusov Exp $ +# $NetBSD: Makefile,v 1.2 2011/05/17 19:53:21 cheusov Exp $ DISTNAME= pkgnih-0.7.1 PKGNAME= ${DISTNAME:S/pkgnih/nih/} CATEGORIES= pkgtools -MASTER_SITES= http://mova.org/~cheusov/pub/pkgnih/ +MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/cheusov/nih/ \ + http://mova.org/~cheusov/pub/pkgnih/ MAINTAINER= vle@gmx.net HOMEPAGE= https://github.com/cheusov/pkgnih |