summaryrefslogtreecommitdiffstats
path: root/japanese/postgresql-tcltk/Makefile
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1999-04-16 17:03:02 +0000
committermax <max@FreeBSD.org>1999-04-16 17:03:02 +0000
commitab6cdebf50a33bc62fe3cc2ac00ff32ae4467911 (patch)
tree47362467cdaf1cf08f8bf950f9bba0f7667708c1 /japanese/postgresql-tcltk/Makefile
parent1a68579dec1a8fcdbe46c340fcce039d60f0cd3d (diff)
downloadFreeBSD-ports-ab6cdebf50a33bc62fe3cc2ac00ff32ae4467911.zip
FreeBSD-ports-ab6cdebf50a33bc62fe3cc2ac00ff32ae4467911.tar.gz
Upgrade to 6.4.2.
PR: 10329 Submitted by: maintainer Reviewed and modified by: max
Diffstat (limited to 'japanese/postgresql-tcltk/Makefile')
-rw-r--r--japanese/postgresql-tcltk/Makefile18
1 files changed, 10 insertions, 8 deletions
diff --git a/japanese/postgresql-tcltk/Makefile b/japanese/postgresql-tcltk/Makefile
index 6bdc835..495ff37 100644
--- a/japanese/postgresql-tcltk/Makefile
+++ b/japanese/postgresql-tcltk/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
OpenPOWER on IntegriCloud