summaryrefslogtreecommitdiff
path: root/lang/modula-3/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 /lang/modula-3/Makefile
parenti'm sorry. (diff)
/bin/sh -> ${SH}
Notes
Notes: svn path=/head/; revision=7303
Diffstat (limited to 'lang/modula-3/Makefile')
-rw-r--r--lang/modula-3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/modula-3/Makefile b/lang/modula-3/Makefile
index dbb1bd689385..cbf3ce8f8060 100644
--- a/lang/modula-3/Makefile
+++ b/lang/modula-3/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Mar 1996
# Whom: John Polstra <jdp@polstra.com>
#
-# $Id: Makefile,v 1.14 1997/07/04 17:31:31 jdp Exp $
+# $Id: Makefile,v 1.15 1997/07/11 05:16:31 jdp Exp $
#
DISTNAME= modula-3-3.6
@@ -43,7 +43,7 @@ do-install:
-e "/^share/d" ${PKGDIR}/PLIST | \
cpio -dump -R ${BINOWN}.${BINGRP} ${PREFIX}
@echo "Fixing absolute pathnames in installed files"
- @/bin/sh ${SCRIPTDIR}/fix_pathnames ${temp_prefix} ${PREFIX}
+ @${SH} ${SCRIPTDIR}/fix_pathnames ${temp_prefix} ${PREFIX}
@echo "Rebuilding and shipping m3build with correct pathnames"
@cd ${WRKSRC}/m3/m3build; \
LD_LIBRARY_PATH=${PREFIX}/lib/m3/FreeBSD2:$$LD_LIBRARY_PATH; \