diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-05 22:00:19 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-05 22:00:19 +0000 |
commit | 7de9ed7fa8ad0b468b1069188a734ab7fa888d2a (patch) | |
tree | 472fc20ca9118e788dd14c8e77e2c47ee17ca915 /graphics/ruby-opengl | |
parent | 60861ee768b51d4b40658834c3bb6ca8a58f579e (diff) | |
download | ports-7de9ed7fa8ad0b468b1069188a734ab7fa888d2a.tar.gz ports-7de9ed7fa8ad0b468b1069188a734ab7fa888d2a.zip |
Notes
Diffstat (limited to 'graphics/ruby-opengl')
-rw-r--r-- | graphics/ruby-opengl/Makefile | 7 | ||||
-rw-r--r-- | graphics/ruby-opengl/distinfo | 2 |
2 files changed, 2 insertions, 7 deletions
diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile index b639e298cb5d..545c925a9a54 100644 --- a/graphics/ruby-opengl/Makefile +++ b/graphics/ruby-opengl/Makefile @@ -6,8 +6,7 @@ # PORTNAME= opengl -PORTVERSION= 0.32 -PORTREVISION= 1 +PORTVERSION= 0.32a CATEGORIES= graphics ruby MASTER_SITES= http://www2.giganet.net/~yoshi/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -26,10 +25,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} CONFIGURE_ARGS= --with-ruby-dir="${LOCALBASE}" --with-x11-dir="${X11BASE}" INSTALL_TARGET= site-install -post-patch: - ${RUBY} -i -pe 'sub %r| -I/usr/X11R6/include|, ""' \ - -e 'sub %r| -L/usr/X11R6/lib|, ""' ${WRKSRC}/${RUBY_EXTCONF} - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} diff --git a/graphics/ruby-opengl/distinfo b/graphics/ruby-opengl/distinfo index d61c61c415f5..0a4ab97016e3 100644 --- a/graphics/ruby-opengl/distinfo +++ b/graphics/ruby-opengl/distinfo @@ -1 +1 @@ -MD5 (ruby/rbogl-0.32.tgz) = b27144678c21eb884b3c08dd3d8f883d +MD5 (ruby/rbogl-0.32a.tgz) = 3393ce56d75a6d5e5b839577656876b2 |