summaryrefslogtreecommitdiff
path: root/math/ruby-gsl
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
commit3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /math/ruby-gsl
parentdc52048e014fdad9bb69ef9db159835a61c8dd4d (diff)
downloadpkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.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/Makefile4
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