diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /x11/ruby-tk | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'x11/ruby-tk')
-rw-r--r-- | x11/ruby-tk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/ruby-tk/Makefile b/x11/ruby-tk/Makefile index d0135ee9906..1d1abc5ff37 100644 --- a/x11/ruby-tk/Makefile +++ b/x11/ruby-tk/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2001/12/30 16:25:34 taca Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/29 12:43:09 jmmv Exp $ # FreeBSD: ports/x11-toolkits/ruby-tk/Makefile,v 1.21 2000/10/20 19:56:04 knu Exp DISTNAME= ${RUBY_DISTNAME} PKGNAME= ${RUBY_PKGNAMEPREFIX}tk-${RUBY_VERSION} +WRKSRC= ${RUBY_WRKSRC}/ext/tk CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_RUBY} @@ -13,7 +14,6 @@ COMMENT= Ruby interface to the Tk widget set DEPENDS+= ${RUBY_PKGNAMEPREFIX}tcltklib>=${RUBY_VERSION}:../../x11/ruby-tcltklib DIST_SUBDIR= ruby -WRKSRC= ${RUBY_WRKSRC}/ext/tk EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/tk USE_RUBY_EXTCONF= yes |