summaryrefslogtreecommitdiff
path: root/japanese/postgresql7/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1999-04-16 17:45:02 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1999-04-16 17:45:02 +0000
commit4d5c7062709dff0e886fb3bcc3b6328e9bbc6b8d (patch)
treef61ddfea49638f199f9d8f4abaadd5ecc083892c /japanese/postgresql7/Makefile
parentUpgrade to 6.4.2. (diff)
Pass PKGNAME as well to the INSTALL script.
Notes
Notes: svn path=/head/; revision=17930
Diffstat (limited to 'japanese/postgresql7/Makefile')
-rw-r--r--japanese/postgresql7/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/postgresql7/Makefile b/japanese/postgresql7/Makefile
index 495ff374464c..f8c17dce66bc 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.4 1999/01/01 07:19:44 kuriyama Exp $
+# $Id: Makefile,v 1.5 1999/04/16 17:03:01 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} \
- ${SH} ${PKGDIR}/INSTALL PRE-INSTALL
+ ${SETENV} 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" \