diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-09-27 15:13:15 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-09-27 15:13:15 +0000 |
commit | 80bc67de7dbd2ff895249b187a2f0d64e4edf6e2 (patch) | |
tree | b0ffb3dac7ba1b25dc19b02e9f959a0dc6562792 /math/ruby-gsl/Makefile | |
parent | 7a3799eaa38d99a9cc5d1f787b1d1bbb580d709f (diff) | |
download | ports-80bc67de7dbd2ff895249b187a2f0d64e4edf6e2.tar.gz ports-80bc67de7dbd2ff895249b187a2f0d64e4edf6e2.zip |
Notes
Diffstat (limited to 'math/ruby-gsl/Makefile')
-rw-r--r-- | math/ruby-gsl/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile index 2d721ed8d71a..93aa478c4a4d 100644 --- a/math/ruby-gsl/Makefile +++ b/math/ruby-gsl/Makefile @@ -6,10 +6,9 @@ # PORTNAME= gsl -PORTVERSION= 1.9.2 -PORTREVISION= 1 +PORTVERSION= 1.10.3 CATEGORIES= math ruby -MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITES= RF MASTER_SITE_SUBDIR= rb-${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= rb-${PORTNAME}-${PORTVERSION} @@ -25,7 +24,7 @@ USE_RUBY_SETUP= yes CONFIGURE_ARGS= -- --with-opt-dir="${LOCALBASE}" -EXAMPLES_EN= samples/* +EXAMPLES_EN= examples/* DOCS= AUTHORS ChangeLog THANKS html rd post-extract: |