diff options
-rw-r--r-- | graphics/ruby-opengl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile index 7ed49b1f268..e80da00afa8 100644 --- a/graphics/ruby-opengl/Makefile +++ b/graphics/ruby-opengl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/06/30 15:09:33 taca Exp $ +# $NetBSD: Makefile,v 1.2 2001/12/27 13:29:37 wiz Exp $ # FreeBSD: ports/graphics/ruby-opengl/Makefile,v 1.4 2000/09/26 08:01:58 knu Exp DISTNAME= rbogl-${VERSION} -PKGNAME= ${RUBY_PKGNAMEPREFIX}opengl-${VERSION} +PKGNAME= ${RUBY_PKGNAMEPREFIX}opengl-${VERSION:S/a$/.1/} CATEGORIES= graphics MASTER_SITES= http://www2.giganet.net/~yoshi/ EXTRACT_SUFX= .tgz |