diff options
author | jlam <jlam> | 2006-04-07 19:54:16 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-07 19:54:16 +0000 |
commit | 67132b728411e214057054b420a8e69f1b606dbc (patch) | |
tree | 05135df3032ad91c4e15c3426ff6558fa974a643 /sysutils/coreutils/Makefile | |
parent | bda489eaea10875b0ffb264df2aa1a7d2b55b9d1 (diff) | |
download | pkgsrc-67132b728411e214057054b420a8e69f1b606dbc.tar.gz |
List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'sysutils/coreutils/Makefile')
-rw-r--r-- | sysutils/coreutils/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |