heirloom-chmod utility
This commit is contained in:
parent
9bfff006a7
commit
38424ada06
3 changed files with 21 additions and 0 deletions
1
sysutils/heirloom-chmod/DESCR
Normal file
1
sysutils/heirloom-chmod/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
This package provides 'chmod' utility.
|
14
sysutils/heirloom-chmod/Makefile
Normal file
14
sysutils/heirloom-chmod/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 00:34:16 cheusov Exp $
|
||||
|
||||
PKGNAME= heirloom-chmod-${HEIRLOOM_VER}
|
||||
CATEGORIES= sysutils
|
||||
LICENSE= original-bsd
|
||||
|
||||
MAKE_FLAGS+= SUBDIRS="build chmod"
|
||||
|
||||
.include "../../sysutils/heirloom-doc/Makefile.common"
|
||||
|
||||
DESCR_SRC+= DESCR
|
||||
|
||||
.include "../../devel/heirloom-libcommon/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
6
sysutils/heirloom-chmod/PLIST
Normal file
6
sysutils/heirloom-chmod/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 00:34:16 cheusov Exp $
|
||||
${HLROOT}/bin/chmod
|
||||
${HLROOT}/bin/posix/chmod
|
||||
${HLROOT}/bin/posix2001/chmod
|
||||
${HLROOT}/bin/s42/chmod
|
||||
${HLROOT}/man/man1/chmod.1
|
Loading…
Reference in a new issue