diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1999-04-17 19:43:23 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1999-04-17 19:43:23 +0000 |
commit | 3f4f7ce78a0bcaf0a2298573b6baa87c8928cb5f (patch) | |
tree | 1de16ef3d55976b8af2b7b6851d264dd8f4dc1d8 /japanese/postgresql | |
parent | f6cfe96db8a6624ae6be9c103ae5519b70582cd6 (diff) | |
download | ports-3f4f7ce78a0bcaf0a2298573b6baa87c8928cb5f.tar.gz ports-3f4f7ce78a0bcaf0a2298573b6baa87c8928cb5f.zip |
Notes
Diffstat (limited to 'japanese/postgresql')
-rw-r--r-- | japanese/postgresql/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/postgresql/Makefile b/japanese/postgresql/Makefile index aecb83676b82..1b3e828da387 100644 --- a/japanese/postgresql/Makefile +++ b/japanese/postgresql/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" \ |