summaryrefslogtreecommitdiff
path: root/math/wingz3/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-07-13 18:49:31 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-07-13 18:49:31 +0000
commit75c141cc7d736952bf07a9d39dec314d0eec2756 (patch)
tree256308edd11c3a6acf6a107bbdda9994cd8db1b9 /math/wingz3/Makefile
parenti'm sorry. (diff)
/bin/sh -> ${SH}
Notes
Notes: svn path=/head/; revision=7303
Diffstat (limited to 'math/wingz3/Makefile')
-rw-r--r--math/wingz3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/wingz3/Makefile b/math/wingz3/Makefile
index 2e5eab2f9700..d60ca27f9dcc 100644
--- a/math/wingz3/Makefile
+++ b/math/wingz3/Makefile
@@ -3,7 +3,7 @@
# Date created: Wed Nov 27 09:15:10 CST 1996
# Whom: erich@rrnet.com
#
-# $Id: Makefile,v 1.2 1996/12/05 00:43:55 asami Exp $
+# $Id: Makefile,v 1.3 1997/05/28 05:33:09 fenner Exp $
#
DISTNAME= Wingz-142
@@ -21,6 +21,6 @@ NO_WRKSUBDIR= yes
USE_X11= yes
post-install:
- @/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
+ @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>