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 /www/w3-4 | |
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 'www/w3-4')
-rw-r--r-- | www/w3-4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3-4/Makefile b/www/w3-4/Makefile index 0d5c81b0e8ec..dcde25b1901a 100644 --- a/www/w3-4/Makefile +++ b/www/w3-4/Makefile @@ -3,7 +3,7 @@ # Date created: 31 December 1996 # Whom: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.2 1997/01/04 00:36:48 max Exp $ +# $Id: Makefile,v 1.4 1997/06/10 09:58:45 asami Exp $ # DISTNAME= w3-2.2.26 @@ -64,7 +64,7 @@ post-install: INFODIR=${INFODIR} INFOFILE=${INFOFILE} \ ELISPDIR=${ELISPDIR} ADDIR=${ADDIR} \ DIRSECTION="${DIRSECTION}" \ - /bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL pre-clean: @${RM} -f ${FILESDIR}/DEINSTALL ${FILESDIR}/INSTALL \ |