summaryrefslogtreecommitdiff
path: root/math/ruby-gsl
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit5cbdd5a83eb94d1543656588fad97fad4abdff01 (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /math/ruby-gsl
parent06f56759ab83097f935dffe578fb2580c3043d6b (diff)
downloadpkgsrc-5cbdd5a83eb94d1543656588fad97fad4abdff01.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