summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-07-04 21:22:46 +0000
committerSteve Price <steve@FreeBSD.org>1999-07-04 21:22:46 +0000
commit058415c4fcf9a3e84bb5d907e1932ad5df85cd8f (patch)
tree4a09736a77639e352b568c085214f26ed74f6c96 /misc
parentNo need for '-p', since ${MKDIR} == 'mkdir -p'. (diff)
A little portlint cleaning and sort PLIST.
Notes
Notes: svn path=/head/; revision=20032
Diffstat (limited to 'misc')
-rw-r--r--misc/mshell/Makefile4
-rw-r--r--misc/mshell/pkg-plist5
2 files changed, 5 insertions, 4 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>
diff --git a/misc/mshell/pkg-plist b/misc/mshell/pkg-plist
index 4102fc992a24..7d7543c9a435 100644
--- a/misc/mshell/pkg-plist
+++ b/misc/mshell/pkg-plist
@@ -1,3 +1,4 @@
-lib/menus/sample.men
-lib/menus/menulogin
bin/mshell
+lib/menus/menulogin
+lib/menus/sample.men
+@dirrm lib/menus