heirloom groups
This commit is contained in:
parent
a0d6e16fd0
commit
53f851d9dd
3 changed files with 19 additions and 0 deletions
1
sysutils/heirloom-groups/DESCR
Normal file
1
sysutils/heirloom-groups/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
This package provides 'groups' utility.
|
13
sysutils/heirloom-groups/Makefile
Normal file
13
sysutils/heirloom-groups/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 00:18:00 cheusov Exp $
|
||||
|
||||
PKGNAME= heirloom-groups-${HEIRLOOM_VER}
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAKE_FLAGS+= SUBDIRS="build groups"
|
||||
|
||||
.include "../../sysutils/heirloom-doc/Makefile.common"
|
||||
|
||||
DESCR_SRC+= DESCR
|
||||
|
||||
.include "../../devel/heirloom-libcommon/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
sysutils/heirloom-groups/PLIST
Normal file
5
sysutils/heirloom-groups/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 00:18:00 cheusov Exp $
|
||||
${HLROOT}/bin/groups
|
||||
${HLROOT}/man/man1/groups.1
|
||||
${HLROOT}/man/man1b/groups.1b
|
||||
${HLROOT}/ucb/groups
|
Loading…
Reference in a new issue