diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-13 18:49:31 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-13 18:49:31 +0000 |
commit | 75c141cc7d736952bf07a9d39dec314d0eec2756 (patch) | |
tree | 256308edd11c3a6acf6a107bbdda9994cd8db1b9 /misc/astrolog | |
parent | i'm sorry. (diff) |
/bin/sh -> ${SH}
Notes
Notes:
svn path=/head/; revision=7303
Diffstat (limited to 'misc/astrolog')
-rw-r--r-- | misc/astrolog/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |