pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-gettext Fix PKGNAME, remove redundant 'ruby'.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a086f2a69ef
branches:  trunk
changeset: 529166:3a086f2a69ef
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat May 26 12:10:25 2007 +0000

description:
Fix PKGNAME, remove redundant 'ruby'.

diffstat:

 devel/ruby-gettext/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r a24ec754ed4f -r 3a086f2a69ef devel/ruby-gettext/Makefile
--- a/devel/ruby-gettext/Makefile       Sat May 26 11:58:33 2007 +0000
+++ b/devel/ruby-gettext/Makefile       Sat May 26 12:10:25 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/05/26 06:21:30 obache Exp $
+# $NetBSD: Makefile,v 1.2 2007/05/26 12:10:25 obache Exp $
 
 DISTNAME=      ruby-gettext-package-1.9.0
-PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/-package//}
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:C/ruby-(.*)-package/\1/}
 CATEGORIES=    devel ruby
 MASTER_SITES=  http://rubyforge.org/frs/download.php/16681/
 



Home | Main Index | Thread Index | Old Index