diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-10 20:37:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-10 20:37:39 +0000 |
commit | 6d75f98f322716aeb58f5abb67e3e0a1741e4879 (patch) | |
tree | 511d451ba4a6739f78acbe7bbf51759c0e4522ab /databases/postgresql-plruby | |
parent | c8fe92a337f0399ca5a4755e1e1ea7beb81af8fd (diff) | |
download | ports-6d75f98f322716aeb58f5abb67e3e0a1741e4879.tar.gz ports-6d75f98f322716aeb58f5abb67e3e0a1741e4879.zip |
Notes
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 |