diff options
author | jmmv <jmmv@pkgsrc.org> | 2010-05-07 12:02:43 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2010-05-07 12:02:43 +0000 |
commit | 7b8b6b9a150569099392bb77fc08e2c347f5e007 (patch) | |
tree | 491ffc2aa153ac17a291ee7a80acb851479b3580 /shells/lshell | |
parent | 1b8b180443237e0ab8be4b9bcb4c3d7879c86500 (diff) | |
download | pkgsrc-7b8b6b9a150569099392bb77fc08e2c347f5e007.tar.gz |
Bump PKGREVISION to reflect the recent change in pkginstall/shells to use
etcutils to update /etc/shells.
Diffstat (limited to 'shells/lshell')
-rw-r--r-- | shells/lshell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/lshell/Makefile b/shells/lshell/Makefile index 41c3463d848..dd456646da8 100644 --- a/shells/lshell/Makefile +++ b/shells/lshell/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2010/04/11 14:37:25 imil Exp $ +# $NetBSD: Makefile,v 1.5 2010/05/07 12:02:44 jmmv Exp $ # DISTNAME= lshell-0.9.10 +PKGREVISION= 4 CATEGORIES= shells python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lshell/} |