diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-13 18:49:31 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-13 18:49:31 +0000 |
commit | 75c141cc7d736952bf07a9d39dec314d0eec2756 (patch) | |
tree | 256308edd11c3a6acf6a107bbdda9994cd8db1b9 /editors/e93 | |
parent | 076399b59945682d4b7e91d2fe8f4fdf2995361c (diff) | |
download | ports-75c141cc7d736952bf07a9d39dec314d0eec2756.tar.gz ports-75c141cc7d736952bf07a9d39dec314d0eec2756.zip |
Notes
Diffstat (limited to 'editors/e93')
-rw-r--r-- | editors/e93/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile index 0e0341ee8d47..3fb3a2d75a00 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -3,7 +3,7 @@ # Date created: 21 June 1995 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.10 1996/11/18 09:52:45 asami Exp $ +# $Id: Makefile,v 1.11 1997/03/06 04:09:59 asami Exp $ # DISTNAME= e93-1.2r6X @@ -21,7 +21,7 @@ USE_X11= yes IS_INTERACTIVE= yes # asks "ok?" about license pre-install: - @${SETENV} PKG_PREFIX=${PREFIX} /bin/sh ${PKGDIR}/REQ ${PKGNAME} INSTALL + @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL .endif do-install: |