diff options
-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 |