summaryrefslogtreecommitdiff
path: root/graphics/ruby-opengl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ruby-opengl/Makefile')
-rw-r--r--graphics/ruby-opengl/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile
index e80da00afa8..733c75a6ff9 100644
--- a/graphics/ruby-opengl/Makefile
+++ b/graphics/ruby-opengl/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2001/12/27 13:29:37 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2002/01/20 03:54:56 taca 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:S/a$/.1/}
+PKGNAME= ${RUBY_PKGNAMEPREFIX}opengl-${VERSION:S/b$/.2/}
CATEGORIES= graphics
MASTER_SITES= http://www2.giganet.net/~yoshi/
EXTRACT_SUFX= .tgz
@@ -11,7 +11,7 @@ MAINTAINER= taca@netbsd.org
HOMEPAGE= http://www2.giganet.net/~yoshi/
COMMENT= OpenGL/GLU/GLUT interface modules for Ruby
-VERSION= 0.32a
+VERSION= 0.32b
DIST_SUBDIR= ruby
USE_MESA= yes
USE_X11= yes
@@ -26,9 +26,9 @@ INSTALL_TARGET= site-install
post-install:
${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/opengl
${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_EXAMPLESDIR}/opengl
- ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/opengl/ja
+ ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/opengl
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${RUBY_DOCDIR}/opengl
- ${INSTALL_DATA} ${WRKSRC}/README.EUC ${RUBY_DOCDIR}/opengl/ja
+ ${INSTALL_DATA} ${WRKSRC}/README.EUC ${RUBY_DOCDIR}/opengl/README.ja
.include "../../lang/ruby-base/Makefile.common"
.include "../../mk/bsd.pkg.mk"