diff options
author | steve <steve@FreeBSD.org> | 1999-07-05 05:22:46 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-07-05 05:22:46 +0800 |
commit | dc4a1aff227cd5ae44d0d3e546019650334baa0b (patch) | |
tree | 87e6c136d2279eb25712568e5e49c2a3ed973c9b /misc/mshell | |
parent | 51858d0603fe7e04a36aee78ba0f84f23d1c43ed (diff) | |
download | freebsd-ports-gnome-dc4a1aff227cd5ae44d0d3e546019650334baa0b.tar.gz freebsd-ports-gnome-dc4a1aff227cd5ae44d0d3e546019650334baa0b.tar.zst freebsd-ports-gnome-dc4a1aff227cd5ae44d0d3e546019650334baa0b.zip |
A little portlint cleaning and sort PLIST.
Diffstat (limited to 'misc/mshell')
-rw-r--r-- | misc/mshell/Makefile | 4 | ||||
-rw-r--r-- | misc/mshell/pkg-plist | 5 |
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 |