diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1999-04-16 17:03:02 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1999-04-16 17:03:02 +0000 |
commit | 897a8e231ae3bd90b56034650c2c0497729d2a98 (patch) | |
tree | 9967ca8972cf20644f2663d20c233f3321a58b4c /japanese/postgresql | |
parent | 125f04625128f75a5cd25af957f183a6fcafbb2f (diff) | |
download | ports-897a8e231ae3bd90b56034650c2c0497729d2a98.tar.gz ports-897a8e231ae3bd90b56034650c2c0497729d2a98.zip |
Notes
Diffstat (limited to 'japanese/postgresql')
-rw-r--r-- | japanese/postgresql/Makefile | 18 | ||||
-rw-r--r-- | japanese/postgresql/distinfo | 4 | ||||
-rw-r--r-- | japanese/postgresql/pkg-plist | 1 |
3 files changed, 13 insertions, 10 deletions
diff --git a/japanese/postgresql/Makefile b/japanese/postgresql/Makefile index 6bdc835753ee..495ff374464c 100644 --- a/japanese/postgresql/Makefile +++ b/japanese/postgresql/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: PostgreSQL-j -# Version required: 6.4+Multibyte-patch +# Version required: 6.4.2+Multibyte-patch # Date created: 25 Nov 1998 # Whom: Ichiro Fukuhara <ichiro@ichiro.org> # -# $Id$ +# $Id: Makefile,v 1.4 1999/01/01 07:19:44 kuriyama Exp $ # -DISTNAME= postgresql-v6.4 -PKGNAME= ja-postgresql-6.4 +DISTNAME= postgresql-6.4.2 +PKGNAME= ja-postgresql-6.4.2 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.4/ + ftp://ftp.sra.co.jp/pub/cmd/postgres/6.4.2/ -PATCH_SITES= ftp://ftp.sra.co.jp/pub/cmd/postgres/6.4/patches/ -PATCHFILES= jumbo-981124.patch.gz +PATCH_SITES= ftp://ftp.sra.co.jp/pub/cmd/postgres/6.4.2/patches/ +PATCHFILES= jumbo-990217.patch.gz MAINTAINER= ichiro@ichiro.org @@ -41,7 +41,6 @@ WITH_PERL= --with-perl .endif .if defined(USE_ODBC) WITH_ODBC= --with-odbc -PLISTS+= PLIST.odbc .endif NO_PACKAGE= "Requires ${PGSQL_UID} uid" @@ -158,6 +157,9 @@ post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/${INSTALL_DIR} ${CP} -r ${WRKDIR}/${DISTNAME}/doc/* ${PREFIX}/share/doc/${INSTALL_DIR} +.for f in . src src/sgml src/sgml/ref src/graphics + @${RM} -r ${PREFIX}/share/doc/${INSTALL_DIR}/$f/CVS +.endfor .endif .if !defined(BATCH) @ more -e ${FILESDIR}/post-install-notes diff --git a/japanese/postgresql/distinfo b/japanese/postgresql/distinfo index da2303a66330..7e1055702140 100644 --- a/japanese/postgresql/distinfo +++ b/japanese/postgresql/distinfo @@ -1,2 +1,2 @@ -MD5 (postgresql-v6.4.tar.gz) = 8a6e224f90b0201757eb05aa0068bfa9 -MD5 (jumbo-981124.patch.gz) = 7050d2c2221c004d1b3778f8965be92d +MD5 (postgresql-6.4.2.tar.gz) = 4f5e0409921892ca08fff2d8c099b3d7 +MD5 (jumbo-990217.patch.gz) = 1eab227a77332aed198ff12e36ed2a8d diff --git a/japanese/postgresql/pkg-plist b/japanese/postgresql/pkg-plist index 7e5f02270176..06fcfeae0c9d 100644 --- a/japanese/postgresql/pkg-plist +++ b/japanese/postgresql/pkg-plist @@ -290,6 +290,7 @@ share/doc/%%INSTALL_DIR%%/README.fsync share/doc/%%INSTALL_DIR%%/Makefile share/doc/%%INSTALL_DIR%%/FAQ_Linux share/doc/%%INSTALL_DIR%%/FAQ_Irix +share/doc/%%INSTALL_DIR%%/FAQ_HPUX share/doc/%%INSTALL_DIR%%/FAQ_FreeBSD share/doc/%%INSTALL_DIR%%/FAQ share/doc/%%INSTALL_DIR%%/README.locale |