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 | 86f9642690c1bd8138db1a027663039c33e27df6 (patch) | |
tree | 491ffc2aa153ac17a291ee7a80acb851479b3580 /shells/ast-ksh | |
parent | 5dcacffe7da74358a761281f22b37af9e5177878 (diff) | |
download | pkgsrc-86f9642690c1bd8138db1a027663039c33e27df6.tar.gz |
Bump PKGREVISION to reflect the recent change in pkginstall/shells to use
etcutils to update /etc/shells.
Diffstat (limited to 'shells/ast-ksh')
-rw-r--r-- | shells/ast-ksh/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/ast-ksh/Makefile.common b/shells/ast-ksh/Makefile.common index 389c0e9cd43..acfcf88f5d7 100644 --- a/shells/ast-ksh/Makefile.common +++ b/shells/ast-ksh/Makefile.common @@ -1,7 +1,8 @@ -# $NetBSD: Makefile.common,v 1.24 2009/06/05 23:57:47 zafer Exp $ +# $NetBSD: Makefile.common,v 1.25 2010/05/07 12:02:43 jmmv Exp $ DISTNAME= ast-ksh-${ASTKSH_VERSION} PKGNAME= ast-ksh-${ASTKSH_VERSION:S/-//g} +PKGREVISION= 1 CATEGORIES= shells MASTER_SITES= http://ftp.ntua.gr/pub/linux/openpkg/sources/DST/ksh/ \ ftp://ftp.ntua.gr/pub/linux/openpkg/sources/DST/ksh/ |