aboutsummaryrefslogtreecommitdiff
path: root/japanese/postgresql-tcltk/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-09-01 08:23:44 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-09-01 08:23:44 +0000
commit6fdf3349dfac45362845a914e0cb501ae54e1e9e (patch)
tree7fbd12a7c498ea19fe8b73533862ba7a06cf1c90 /japanese/postgresql-tcltk/Makefile
parent85d027ea8fd27e64956cb9e7e865f9bb62cee39e (diff)
downloadports-6fdf3349dfac45362845a914e0cb501ae54e1e9e.tar.gz
ports-6fdf3349dfac45362845a914e0cb501ae54e1e9e.zip
Update to 7.1.3.
PR: ports/30219 Submitted by: AlphaOmega Inc. <saito@a2z.co.jp> (MAINTAINER)
Notes
Notes: svn path=/head/; revision=47262
Diffstat (limited to 'japanese/postgresql-tcltk/Makefile')
-rw-r--r--japanese/postgresql-tcltk/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/japanese/postgresql-tcltk/Makefile b/japanese/postgresql-tcltk/Makefile
index 719994e94934..2021cdb34d03 100644
--- a/japanese/postgresql-tcltk/Makefile
+++ b/japanese/postgresql-tcltk/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= postgresql
-PORTVERSION= 7.1.2
+PORTVERSION= 7.1.3
CATEGORIES= japanese databases
MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/postgres/${PORTVERSION}/ \
ftp://ftp.postgresql.org/pub/v${PORTVERSION}/ \
@@ -15,11 +15,9 @@ MASTER_SITE_SUBDIR= misc/db/postgresql-jp/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= postgresql
-#PATCH_SITES= ftp://ftp.sra.co.jp/pub/cmd/postgres/${PORTVERSION:R}/patches/ \
PATCH_SITES= ftp://ftp.net-newbie.com/pub/postgres/
-PATCHFILES= psqlj-${PORTVERSION}.diff.gz
-# jumbo-${PORTVERSION:E}.patch.gz
-PATCH_DIST_STRIP= -p0 -d ${WRKDIR}
+PATCHFILES= psqlj-7.1.2.diff.gz
+PATCH_DIST_STRIP= -p1
MAINTAINER= saito@a2z.co.jp
@@ -100,7 +98,7 @@ pre-everything:
pre-install:
@ ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL
-.if !defined(BATCH)
+.if !defined(BATCH)
# remind folks twice for a while, so they really don't miss the layout shift
@ ${SED} "s|/usr/local|${PREFIX}|g" < ${PKGMESSAGE} | head -n 25 | more -e
.endif