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 | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /math/ruby-gsl | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'math/ruby-gsl')
-rw-r--r-- | math/ruby-gsl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile index de5942ef461..004575a754a 100644 --- a/math/ruby-gsl/Makefile +++ b/math/ruby-gsl/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/09/15 00:18:31 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/20 12:20:05 agc Exp $ DISTNAME= ruby-gsl-0.1.9 -WRKSRC= ${WRKDIR}/${DISTNAME}/ext CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ruby-gsl/} @@ -10,6 +9,7 @@ HOMEPAGE= http://ruby-gsl.sourceforge.net/ COMMENT= Wrapper of the GNU Scientific Library (GSL) for Ruby DIST_SUBDIR= ruby +WRKSRC= ${WRKDIR}/${DISTNAME}/ext USE_RUBY_EXTCONF= yes USE_BUILDLINK2= yes INSTALL_TARGET= site-install |