summaryrefslogtreecommitdiff
path: root/japanese/dvi2ps
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 /japanese/dvi2ps
parenti'm sorry. (diff)
/bin/sh -> ${SH}
Notes
Notes: svn path=/head/; revision=7303
Diffstat (limited to 'japanese/dvi2ps')
-rw-r--r--japanese/dvi2ps/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/dvi2ps/Makefile b/japanese/dvi2ps/Makefile
index 924ba31eee22..cf3db498a8ff 100644
--- a/japanese/dvi2ps/Makefile
+++ b/japanese/dvi2ps/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 Sep 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
-# $Id: Makefile,v 1.3 1996/12/07 00:20:24 asami Exp $
+# $Id: Makefile,v 1.4 1996/12/30 08:23:07 max Exp $
#
DISTNAME= dvi2ps-2.0j-gamma
@@ -40,6 +40,6 @@ post-install:
${INSTALL_SCRIPT} tools/psstrip ${PREFIX}/bin ;\
${INSTALL_SCRIPT} tools/MakePK ${PREFIX}/bin ;\
)
- @/bin/sh ${PKGDIR}/REQ ${PKGNAME} INSTALL
+ @${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL
.include <bsd.port.mk>