diff options
author | max <max@FreeBSD.org> | 1997-07-14 02:49:31 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-14 02:49:31 +0800 |
commit | d9b38f789b2ef353caeb3131574a8a7d00e6eb17 (patch) | |
tree | 90fa7ca1dda4490c9b02cdbbb089050298c3c37d /japanese/gp | |
parent | 0a12895c5a1bf7189d7dac551c80f5cec3336367 (diff) | |
download | freebsd-ports-gnome-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.tar.gz freebsd-ports-gnome-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.tar.zst freebsd-ports-gnome-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.zip |
/bin/sh -> ${SH}
Diffstat (limited to 'japanese/gp')
-rw-r--r-- | japanese/gp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/gp/Makefile b/japanese/gp/Makefile index db6fef22717d..3fc4f3d3c0fd 100644 --- a/japanese/gp/Makefile +++ b/japanese/gp/Makefile @@ -3,7 +3,7 @@ # Date created: 15 April 1997 # Whom: Kiriyama Kazuhiko<kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1997/06/04 02:13:17 asami Exp $ +# $Id: Makefile,v 1.2 1997/06/29 11:30:39 obrien Exp $ # DISTNAME= GP-2.01jp @@ -27,7 +27,7 @@ pre-patch: @${MKDIR} ${PATCHDIR} @${SETENV} FILESDIR=${FILESDIR} PATCHDIR=${PATCHDIR} \ PREFIX=${PREFIX} SED=${SED} X11BASE=${X11BASE} \ - /bin/sh ${FILESDIR}/pr-setup.sh + ${SH} ${FILESDIR}/pr-setup.sh do-install: @${MKDIR} ${PREFIX}/etc/GP-jp |