diff options
author | max <max@FreeBSD.org> | 1999-04-18 03:43:23 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1999-04-18 03:43:23 +0800 |
commit | 2f32e9636830274f3ea59b480bdc6f03361f2a45 (patch) | |
tree | 8b42421f9d47fe390354d5b8231fe40bb8cf6df5 /japanese/postgresql7 | |
parent | ba34af3c705cb94aef4e258936933048f4ddd428 (diff) | |
download | freebsd-ports-gnome-2f32e9636830274f3ea59b480bdc6f03361f2a45.tar.gz freebsd-ports-gnome-2f32e9636830274f3ea59b480bdc6f03361f2a45.tar.zst freebsd-ports-gnome-2f32e9636830274f3ea59b480bdc6f03361f2a45.zip |
Fix the style I messed up.
Diffstat (limited to 'japanese/postgresql7')
-rw-r--r-- | japanese/postgresql7/Makefile | 5 |
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" \ |