diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-08-08 11:35:27 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-08-08 11:35:27 +0000 |
commit | 0a9f8dd1df910df5253e31c04ae42c367e97ff2c (patch) | |
tree | d7961854bb03af94e55639e85616ef0471cad7b1 /databases/rubygem-sqlite3 | |
parent | 59769e1795a51354a19a770e5011e7273511dac4 (diff) | |
download | ports-0a9f8dd1df910df5253e31c04ae42c367e97ff2c.tar.gz ports-0a9f8dd1df910df5253e31c04ae42c367e97ff2c.zip |
- Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.
Approved by: portmgr (erwin)
Notes
Notes:
svn path=/head/; revision=170091
Diffstat (limited to 'databases/rubygem-sqlite3')
-rw-r--r-- | databases/rubygem-sqlite3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile index b94b49750f3e..4176a611117a 100644 --- a/databases/rubygem-sqlite3/Makefile +++ b/databases/rubygem-sqlite3/Makefile @@ -8,7 +8,8 @@ PORTNAME= sqlite3 PORTVERSION= 1.1.0 CATEGORIES= databases ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/3089/ +MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITE_SUBDIR= sqlite-ruby PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} DIST_SUBDIR= ruby |