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 /misc | |
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 'misc')
-rw-r--r-- | misc/screen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 999aa55aa2e..a6b4b9104b1 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.82 2010/03/07 15:13:37 zafer Exp $ +# $NetBSD: Makefile,v 1.83 2010/05/07 12:02:43 jmmv Exp $ DISTNAME= screen-4.0.3 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= misc shells MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ http://people.freebsd.org/~cy/distfiles/ |