diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-12 14:38:12 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-12 14:38:12 +0000 |
commit | 8e270816f992e4a25aaab762d962f7267d72f84b (patch) | |
tree | d4e36e838185404904fc906c77ad6ebbaf6ef1bc /japanese/postgresql/Makefile | |
parent | a989b83d8875de9cba6caf81919b68e80dfa6534 (diff) |
Notes
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 |