diff options
author | max <max@FreeBSD.org> | 1999-04-18 02:38:44 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1999-04-18 02:38:44 +0800 |
commit | ba34af3c705cb94aef4e258936933048f4ddd428 (patch) | |
tree | 210b67640505ca114009213b8735428e12748a9f | |
parent | b67ec64cc81faaee4216dcc2a1628a74ad5496b1 (diff) | |
download | freebsd-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.
-rw-r--r-- | japanese/postgresql-tcltk/Makefile | 4 | ||||
-rw-r--r-- | japanese/postgresql/Makefile | 4 | ||||
-rw-r--r-- | japanese/postgresql7/Makefile | 4 |
3 files changed, 6 insertions, 6 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" \ diff --git a/japanese/postgresql/Makefile b/japanese/postgresql/Makefile index f8c17dce66bc..aecb83676b82 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.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" \ diff --git a/japanese/postgresql7/Makefile b/japanese/postgresql7/Makefile index f8c17dce66bc..aecb83676b82 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.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" \ |