pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ruby-gd Fix PKGNAME missing ${RUBY_PKGPREFIX}...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec6a1a449abc
branches:  trunk
changeset: 568044:ec6a1a449abc
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Dec 02 15:47:48 2009 +0000

description:
Fix PKGNAME missing ${RUBY_PKGPREFIX} from Aug. 2008, sigh.

diffstat:

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

diffs (20 lines):

diff -r 1a8b028bad33 -r ec6a1a449abc graphics/ruby-gd/Makefile
--- a/graphics/ruby-gd/Makefile Wed Dec 02 15:45:01 2009 +0000
+++ b/graphics/ruby-gd/Makefile Wed Dec 02 15:47:48 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2009/08/26 19:57:49 sno Exp $
+# $NetBSD: Makefile,v 1.26 2009/12/02 15:47:48 taca Exp $
 
 DISTNAME=      ruby-gd-0.8.0
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 PKGREVISION=   1
 CATEGORIES=    graphics
 
@@ -21,7 +22,6 @@
 CONFIGURE_ARGS+=       --enable-gd2_0
 
 .include "../../misc/rubygems/rubygem.mk"
-
 .include "../../graphics/freetype-lib/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/jpeg/buildlink3.mk"



Home | Main Index | Thread Index | Old Index