diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | 95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /graphics/ruby-opengl/Makefile | |
parent | 4815b5463ae62763c7f76ef59cf137fd64490912 (diff) | |
download | pkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'graphics/ruby-opengl/Makefile')
-rw-r--r-- | graphics/ruby-opengl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile index e415b054e51..9d0972b321e 100644 --- a/graphics/ruby-opengl/Makefile +++ b/graphics/ruby-opengl/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2003/03/09 19:17:57 jschauma Exp $ +# $NetBSD: Makefile,v 1.6 2003/03/29 12:41:21 jmmv 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/b$/.2/} PKGREVISION= 1 +WRKSRC= ${WRKDIR}/opengl CATEGORIES= graphics MASTER_SITES= http://www2.giganet.net/~yoshi/ EXTRACT_SUFX= .tgz @@ -18,8 +19,6 @@ USE_BUILDLINK2= yes USE_X11= yes USE_RUBY_EXTCONF= yes -WRKSRC= ${WRKDIR}/opengl - CONFIGURE_ARGS+= --with-ruby-dir="${LOCALBASE}" \ --with-x11-dir="${X11BASE}" INSTALL_TARGET= site-install |