summaryrefslogtreecommitdiff
path: root/japanese/postgresql7/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1999-04-17 19:43:23 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1999-04-17 19:43:23 +0000
commit3f4f7ce78a0bcaf0a2298573b6baa87c8928cb5f (patch)
tree1de16ef3d55976b8af2b7b6851d264dd8f4dc1d8 /japanese/postgresql7/Makefile
parentCorrect the execution of the installation script which was messed up (diff)
Fix the style I messed up.
Notes
Notes: svn path=/head/; revision=17958
Diffstat (limited to 'japanese/postgresql7/Makefile')
-rw-r--r--japanese/postgresql7/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/postgresql7/Makefile b/japanese/postgresql7/Makefile
index aecb83676b82..1b3e828da387 100644
--- a/japanese/postgresql7/Makefile
+++ b/japanese/postgresql7/Makefile
@@ -3,7 +3,7 @@
# Date created: 25 Nov 1998
# Whom: Ichiro Fukuhara <ichiro@ichiro.org>
#
-# $Id: Makefile,v 1.6 1999/04/16 17:45:02 max Exp $
+# $Id: Makefile,v 1.7 1999/04/17 18:38:44 max Exp $
#
DISTNAME= postgresql-6.4.2
@@ -121,7 +121,8 @@ pre-install:
@ ${MKDIR} ${PREFIX}/${INSTALL_DIR}
@ ${SETENV} INSTALL_DIR=${INSTALL_DIR} \
PGSQL_UID=${PGSQL_UID} PGSQL_GID=${PGSQL_GID} \
- 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" \