diff options
author | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:22:46 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:22:46 +0000 |
commit | 058415c4fcf9a3e84bb5d907e1932ad5df85cd8f (patch) | |
tree | 4a09736a77639e352b568c085214f26ed74f6c96 /misc/mshell/Makefile | |
parent | No need for '-p', since ${MKDIR} == 'mkdir -p'. (diff) |
A little portlint cleaning and sort PLIST.
Diffstat (limited to 'misc/mshell/Makefile')
-rw-r--r-- | misc/mshell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile index ac401657e10e..5a1eb908dbd1 100644 --- a/misc/mshell/Makefile +++ b/misc/mshell/Makefile @@ -3,7 +3,7 @@ # Date created: 24 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.8 1996/11/11 05:49:51 obrien Exp $ +# $Id: Makefile,v 1.9 1996/11/18 14:07:01 asami Exp $ # DISTNAME= mshell @@ -21,6 +21,6 @@ do-extract: @rm -rf ${WRKDIR} @${MKDIR} ${WRKDIR} zcat ${DISTDIR}/${DISTFILES} |(cd ${WRKDIR}; \ - awk '{if (/^#!/) x++} {if(x) print $$0'}| /bin/sh) + ${AWK} '{if (/^#!/) x++} {if(x) print $$0'}| ${SH}) .include <bsd.port.mk> |