diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /lang/ruby-base | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'lang/ruby-base')
-rw-r--r-- | lang/ruby-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby-base/Makefile b/lang/ruby-base/Makefile index 98c9f19e84a..2b9b484159d 100644 --- a/lang/ruby-base/Makefile +++ b/lang/ruby-base/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2003/12/19 11:59:39 sketch Exp $ +# $NetBSD: Makefile,v 1.22 2004/01/20 12:19:17 agc Exp $ # FreeBSD Id: ports/lang/ruby/Makefile,v 1.39 2000/10/20 19:56:03 knu Exp DISTNAME= ${RUBY_DISTNAME} PKGNAME= ${RUBY_PKGNAMEPREFIX}base-${RUBY_VERSION} PKGREVISION= 2 -WRKSRC= ${RUBY_WRKSRC} CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_RUBY} @@ -12,6 +11,7 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www.ruby-lang.org/en/ COMMENT= Base installation of Ruby +WRKSRC= ${RUBY_WRKSRC} DIST_SUBDIR= ruby USE_RUBY= yes RUBY_DEPENDS= no |