diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-05-28 00:00:29 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-05-28 00:00:29 +0000 |
commit | ccff5f4b633bb0bba43f8b57c12f6a6a71587d5d (patch) | |
tree | bf8e4725749a451fa486e233413dd7839187416a /sysutils/heirloom-pathchk | |
parent | 5cf2f42f80e5b4761c6030bd156c62448a910782 (diff) | |
download | pkgsrc-ccff5f4b633bb0bba43f8b57c12f6a6a71587d5d.tar.gz |
heirloom-pathchk utility
Diffstat (limited to 'sysutils/heirloom-pathchk')
-rw-r--r-- | sysutils/heirloom-pathchk/DESCR | 1 | ||||
-rw-r--r-- | sysutils/heirloom-pathchk/Makefile | 13 | ||||
-rw-r--r-- | sysutils/heirloom-pathchk/PLIST | 3 |
3 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/heirloom-pathchk/DESCR b/sysutils/heirloom-pathchk/DESCR new file mode 100644 index 00000000000..2db4dc5d5bc --- /dev/null +++ b/sysutils/heirloom-pathchk/DESCR @@ -0,0 +1 @@ +This package provides 'pathchk' utility. diff --git a/sysutils/heirloom-pathchk/Makefile b/sysutils/heirloom-pathchk/Makefile new file mode 100644 index 00000000000..7bd8eb3f24a --- /dev/null +++ b/sysutils/heirloom-pathchk/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 00:00:29 cheusov Exp $ + +PKGNAME= heirloom-pathchk-${HEIRLOOM_VER} +CATEGORIES= sysutils misc + +MAKE_FLAGS+= SUBDIRS="build pathchk" + +.include "../../sysutils/heirloom-doc/Makefile.common" + +DESCR_SRC+= DESCR + +.include "../../devel/heirloom-libcommon/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/heirloom-pathchk/PLIST b/sysutils/heirloom-pathchk/PLIST new file mode 100644 index 00000000000..a2c9f22e6bb --- /dev/null +++ b/sysutils/heirloom-pathchk/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 00:00:29 cheusov Exp $ +${HLROOT}/bin/pathchk +${HLROOT}/man/man1/pathchk.1 |