diff options
Diffstat (limited to 'japanese/postgresql/Makefile')
-rw-r--r-- | japanese/postgresql/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/japanese/postgresql/Makefile b/japanese/postgresql/Makefile index e1744ae85765..8f044d6373d7 100644 --- a/japanese/postgresql/Makefile +++ b/japanese/postgresql/Makefile @@ -1,17 +1,16 @@ # New ports collection makefile for: PostgreSQL-j -# Version required: 6.5.3 # Date created: 09 Nov 1999 # Whom: Ichiro Fukuhara <ichiro@ichiro.org> # # $FreeBSD$ # -DISTNAME= postgresql-6.5.3 -PKGNAME= ja-postgresql-6.5.3 +PORTNAME= postgresql +PORTVERSION= 6.5.3 CATEGORIES= japanese databases -MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ - ftp://ftp.jaist.ac.jp/pub/dbms/PostgreSQL/ \ - ftp://ftp.sra.co.jp/pub/cmd/postgres/6.5.3/ +MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/dbms/PostgreSQL/ \ + ftp://ftp.sra.co.jp/pub/cmd/postgres/${PORTVERSION}/ \ + ftp://ftp.postgresql.org/pub/ MAINTAINER= ichiro@ichiro.org |