summaryrefslogtreecommitdiff
path: root/sysutils/coreutils
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-07 19:54:16 +0000
committerjlam <jlam>2006-04-07 19:54:16 +0000
commit67132b728411e214057054b420a8e69f1b606dbc (patch)
tree05135df3032ad91c4e15c3426ff6558fa974a643 /sysutils/coreutils
parentbda489eaea10875b0ffb264df2aa1a7d2b55b9d1 (diff)
downloadpkgsrc-67132b728411e214057054b420a8e69f1b606dbc.tar.gz
List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'sysutils/coreutils')
-rw-r--r--sysutils/coreutils/Makefile4
-rw-r--r--sysutils/coreutils/PLIST3
2 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile
index f490ecd8839..64a3823d47d 100644
--- a/sysutils/coreutils/Makefile
+++ b/sysutils/coreutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2006/03/12 12:37:30 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2006/04/07 19:54:16 jlam Exp $
DISTNAME= coreutils-5.2.1
PKGREVISION= 2
@@ -20,7 +20,7 @@ GNU_CONFIGURE= YES
USE_TOOLS+= perl
USE_PKGLOCALEDIR= YES
-INFO_FILES= coreutils.info
+INFO_FILES= # PLIST
TEST_TARGET= check
diff --git a/sysutils/coreutils/PLIST b/sysutils/coreutils/PLIST
index 66e0661701f..e7767717a68 100644
--- a/sysutils/coreutils/PLIST
+++ b/sysutils/coreutils/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2005/03/21 14:44:08 tv Exp $
+@comment $NetBSD: PLIST,v 1.6 2006/04/07 19:54:16 jlam Exp $
bin/${GNU_PROGRAM_PREFIX}[
bin/${GNU_PROGRAM_PREFIX}basename
bin/${GNU_PROGRAM_PREFIX}cat
@@ -89,6 +89,7 @@ bin/${GNU_PROGRAM_PREFIX}wc
bin/${GNU_PROGRAM_PREFIX}who
bin/${GNU_PROGRAM_PREFIX}whoami
bin/${GNU_PROGRAM_PREFIX}yes
+info/coreutils.info
man/man1/${GNU_PROGRAM_PREFIX}basename.1
man/man1/${GNU_PROGRAM_PREFIX}cat.1
man/man1/${GNU_PROGRAM_PREFIX}chgrp.1