diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-08 01:35:01 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-08 01:35:01 +0000 |
commit | ee7a2c477f9f6903006d8825c7ca882284cae3e0 (patch) | |
tree | 9a781a3e00820b197a3183647c60c216ddf10b24 /misc | |
parent | Update to 200012301145. (diff) |
Add USE_GMAKE and fix pkg-plist
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=36916
Diffstat (limited to 'misc')
-rw-r--r-- | misc/sh-utils/Makefile | 2 | ||||
-rw-r--r-- | misc/sh-utils/pkg-plist | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/misc/sh-utils/Makefile b/misc/sh-utils/Makefile index 58bf8af81da1..7cacdcdb1cc6 100644 --- a/misc/sh-utils/Makefile +++ b/misc/sh-utils/Makefile @@ -19,6 +19,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g +USE_GMAKE= yes + INSTALL_INFO?= install-info MAN1= gbasename.1 gchroot.1 gdate.1 gdirname.1 gecho.1 genv.1 \ diff --git a/misc/sh-utils/pkg-plist b/misc/sh-utils/pkg-plist index 00b972793ba3..eef6681a6257 100644 --- a/misc/sh-utils/pkg-plist +++ b/misc/sh-utils/pkg-plist @@ -20,6 +20,8 @@ bin/gtee bin/gtest bin/gtrue bin/gtty +bin/ggroups +bin/gnohup bin/gusers bin/gwho bin/gwhoami |