aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/postgresql-tcltk
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1999-04-18 02:38:44 +0800
committermax <max@FreeBSD.org>1999-04-18 02:38:44 +0800
commitba34af3c705cb94aef4e258936933048f4ddd428 (patch)
tree210b67640505ca114009213b8735428e12748a9f /japanese/postgresql-tcltk
parentb67ec64cc81faaee4216dcc2a1628a74ad5496b1 (diff)
downloadfreebsd-ports-gnome-ba34af3c705cb94aef4e258936933048f4ddd428.tar.gz
freebsd-ports-gnome-ba34af3c705cb94aef4e258936933048f4ddd428.tar.zst
freebsd-ports-gnome-ba34af3c705cb94aef4e258936933048f4ddd428.zip
Correct the execution of the installation script which was messed up
by my previous commit.
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" \