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