diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-08 09:52:15 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-08 09:52:15 +0000 |
commit | 6854bcbb2c546d4cee967cafccace21e892d3bfb (patch) | |
tree | a14db05952e2a41afb213fc0f7720ba0f3ba127b /lang/ruby18 | |
parent | e9c0c631509066440c63f3c344db537ef83c0d03 (diff) | |
download | pkgsrc-6854bcbb2c546d4cee967cafccace21e892d3bfb.tar.gz |
Bumped the PKGREVISION of the packages that have been broken by the recent
"pkglint --autofix" change.
Diffstat (limited to 'lang/ruby18')
-rw-r--r-- | lang/ruby18/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 626a9f55b62..d0f8c8dc718 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2005/11/02 09:35:42 taca Exp $ +# $NetBSD: Makefile,v 1.11 2005/12/08 09:52:15 rillig Exp $ # DISTNAME= ${RUBY_DISTNAME} PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_VERSION} +PKGREVISION= 1 CATEGORIES= lang ruby MASTER_SITES= ${MASTER_SITE_RUBY} |