aboutsummaryrefslogtreecommitdiff
path: root/misc
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 /misc
parent076399b59945682d4b7e91d2fe8f4fdf2995361c (diff)
downloadports-75c141cc7d736952bf07a9d39dec314d0eec2756.tar.gz
ports-75c141cc7d736952bf07a9d39dec314d0eec2756.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/astrolog/Makefile4
-rw-r--r--misc/mmv/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile
index 3805c780855d..a26efecb3b5d 100644
--- a/misc/astrolog/Makefile
+++ b/misc/astrolog/Makefile
@@ -7,7 +7,7 @@
# Date created: 31 July 1995
# Whom: faulkner@cactus.org
#
-# $Id: Makefile,v 1.8 1997/01/24 10:20:50 asami Exp $
+# $Id: Makefile,v 1.9 1997/05/29 01:15:39 ache Exp $
#
DISTNAME= ast53unx
@@ -22,7 +22,7 @@ DISTFILES= ${EXTRACT_ONLY} ${EPHEM}
MAINTAINER= ache@FreeBSD.ORG
-EXTRACT_CMD= /bin/sh
+EXTRACT_CMD= ${SH}
EXTRACT_ARGS=
DIST_SUBDIR= astrolog
ALL_TARGET= astrolog
diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile
index 732a1191ec1e..5e5f40a176ea 100644
--- a/misc/mmv/Makefile
+++ b/misc/mmv/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 Feb 1995
# Whom: Michael Elbel (me)
#
-# $Id: Makefile,v 1.14 1996/12/08 11:55:03 max Exp $
+# $Id: Makefile,v 1.15 1996/12/08 12:02:01 max Exp $
#
DISTNAME= mmv
@@ -33,7 +33,7 @@ do-extract:
uncompress ${WRKDIR}/tmp/*; \
cd ${WRKDIR}; \
for file in tmp/part0* ; do \
- /bin/sh ${SCRIPTDIR}/unshar $$file; \
+ ${SH} ${SCRIPTDIR}/unshar $$file; \
done ; \
${CAT} mmv.c.? >mmv.c ; ${RM} mmv.c.? )