diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-05-28 08:33:06 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-05-28 08:33:06 +0000 |
commit | 733e3aed95ddbba0b64bbc4b5e8c9e195b353245 (patch) | |
tree | eb792c7f156f4af6e7e03c916e96ba9af5420458 /misc | |
parent | 2d30b30e9ffca5bae2523895af21c263f975274d (diff) | |
download | pkgsrc-733e3aed95ddbba0b64bbc4b5e8c9e195b353245.tar.gz |
heirloom part
Diffstat (limited to 'misc')
-rw-r--r-- | misc/heirloom-time/DESCR | 1 | ||||
-rw-r--r-- | misc/heirloom-time/Makefile | 15 | ||||
-rw-r--r-- | misc/heirloom-time/PLIST | 5 |
3 files changed, 21 insertions, 0 deletions
diff --git a/misc/heirloom-time/DESCR b/misc/heirloom-time/DESCR new file mode 100644 index 00000000000..c79c099c99f --- /dev/null +++ b/misc/heirloom-time/DESCR @@ -0,0 +1 @@ +This package provides 'time' utility. diff --git a/misc/heirloom-time/Makefile b/misc/heirloom-time/Makefile new file mode 100644 index 00000000000..af735380608 --- /dev/null +++ b/misc/heirloom-time/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:33:06 cheusov Exp $ + +PKGNAME= heirloom-time-${HEIRLOOM_VER} +CATEGORIES= misc time + +MAKE_FLAGS+= SUBDIRS="build time" + +NOT_FOR_PLATFORM+= NetBSD-*-* + +.include "../../sysutils/heirloom-doc/Makefile.common" + +DESCR_SRC+= DESCR + +.include "../../devel/heirloom-libcommon/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/heirloom-time/PLIST b/misc/heirloom-time/PLIST new file mode 100644 index 00000000000..f75ebef9e22 --- /dev/null +++ b/misc/heirloom-time/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 08:33:06 cheusov Exp $ +${HLROOT}/bin/ptime +${HLROOT}/bin/time +${HLROOT}/man/man1/ptime.1 +${HLROOT}/man/man1/time.1 |