aboutsummaryrefslogtreecommitdiff
path: root/japanese/postgresql-tcltk
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1999-04-17 18:38:44 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1999-04-17 18:38:44 +0000
commitf6cfe96db8a6624ae6be9c103ae5519b70582cd6 (patch)
tree90ded1b7cb66c6b3a082e7b0151662499764ac97 /japanese/postgresql-tcltk
parentc8bf7f57c56c7e1e06a17787d51250e814238ffe (diff)
downloadports-f6cfe96db8a6624ae6be9c103ae5519b70582cd6.tar.gz
ports-f6cfe96db8a6624ae6be9c103ae5519b70582cd6.zip
Correct the execution of the installation script which was messed up
by my previous commit.
Notes
Notes: svn path=/head/; revision=17957
Diffstat (limited to 'japanese/postgresql-tcltk')
-rw-r--r--japanese/postgresql-tcltk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/postgresql-tcltk/Makefile b/japanese/postgresql-tcltk/Makefile
index f8c17dce66bc..aecb83676b82 100644
--- a/japanese/postgresql-tcltk/Makefile
+++ b/japanese/postgresql-tcltk/Makefile
@@ -3,7 +3,7 @@
# Date created: 25 Nov 1998
# Whom: Ichiro Fukuhara <ichiro@ichiro.org>
#
-# $Id: Makefile,v 1.5 1999/04/16 17:03:01 max Exp $
+# $Id: Makefile,v 1.6 1999/04/16 17:45:02 max Exp $
#
DISTNAME= postgresql-6.4.2
@@ -121,7 +121,7 @@ pre-install:
@ ${MKDIR} ${PREFIX}/${INSTALL_DIR}
@ ${SETENV} INSTALL_DIR=${INSTALL_DIR} \
PGSQL_UID=${PGSQL_UID} PGSQL_GID=${PGSQL_GID} \
- ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} PRE-INSTALL
+ PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} PRE-INSTALL
post-install:
@ if [ ! -f ${PREFIX}/${INSTALL_DIR}/.profile ]; then \
${ECHO} "PATH=${PATH}:${PREFIX}/${INSTALL_DIR}/bin" \