diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-06-14 21:21:08 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-06-14 21:21:08 +0000 |
commit | 11c5117325ea338a5b3e722008628cc61046c4fa (patch) | |
tree | 19203df33b4818b5cb431df22e6835ffb234e0be /pkgtools/nih/Makefile | |
parent | d2c63dcc4238e548b9aea99413d60d85c46a6d86 (diff) | |
download | pkgsrc-11c5117325ea338a5b3e722008628cc61046c4fa.tar.gz |
Update to nih-0.7.2
Fix for "Package xxx is not found" problem:
0 > nih -y install editors/emacs22
...
0 > nih -y install editors/emacs20 emacs-
Package editors/emacs20 is not found
1 >
Diffstat (limited to 'pkgtools/nih/Makefile')
-rw-r--r-- | pkgtools/nih/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/nih/Makefile b/pkgtools/nih/Makefile index 2e524a5828e..183d182679d 100644 --- a/pkgtools/nih/Makefile +++ b/pkgtools/nih/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2011/05/17 19:53:21 cheusov Exp $ +# $NetBSD: Makefile,v 1.3 2011/06/14 21:21:08 cheusov Exp $ -DISTNAME= pkgnih-0.7.1 +DISTNAME= pkgnih-0.7.2 PKGNAME= ${DISTNAME:S/pkgnih/nih/} CATEGORIES= pkgtools MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/cheusov/nih/ \ |