diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-11 04:37:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-11 04:37:39 +0800 |
commit | 9c0689d38857bdeb96c7053fb42b042ae03716cf (patch) | |
tree | 58d3c0d78ddba0e54b137b380d4fa77a7bd1ccbd /databases/postgresql-plruby | |
parent | e63efb3dfa8e069552bdc2fed06f8024d5f3f057 (diff) | |
download | freebsd-ports-gnome-9c0689d38857bdeb96c7053fb42b042ae03716cf.tar.gz freebsd-ports-gnome-9c0689d38857bdeb96c7053fb42b042ae03716cf.tar.zst freebsd-ports-gnome-9c0689d38857bdeb96c7053fb42b042ae03716cf.zip |
- Add backup MASTER_SITE
Submitted by: pointyhat via kris
Diffstat (limited to 'databases/postgresql-plruby')
-rw-r--r-- | databases/postgresql-plruby/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile index 9c1fff009e60..57388f63dee6 100644 --- a/databases/postgresql-plruby/Makefile +++ b/databases/postgresql-plruby/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: PL/Ruby +ftp://moulon.inra.fr/pub/ruby/# New ports collection makefile for: PL/Ruby # Date created: 28 June 2001 # Whom: Akinori MUSHA aka knu <knu@idaemons.org> # @@ -8,7 +8,8 @@ PORTNAME= plruby PORTVERSION= 0.5.0 CATEGORIES= databases ruby -MASTER_SITES= ftp://moulon.inra.fr/pub/ruby/ +MASTER_SITES= ftp://moulon.inra.fr/pub/ruby/ \ + http://freebsd.unixfreunde.de/sources/ PKGNAMEPREFIX= postgresql- DIST_SUBDIR= ruby |