diff options
author | obache <obache@pkgsrc.org> | 2010-02-21 12:24:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-02-21 12:24:59 +0000 |
commit | c1dc82dc21a265a2bfcc8abdc7cff32a634a46a4 (patch) | |
tree | 5f505a345b4a1de8c37b49bcf1f4e9810e358f81 /misc | |
parent | bcd2b068cdb4fca26d1c06313e599db7feefc227 (diff) | |
download | pkgsrc-c1dc82dc21a265a2bfcc8abdc7cff32a634a46a4.tar.gz |
INFO_FILES should be set to "YES".
Diffstat (limited to 'misc')
-rw-r--r-- | misc/git/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/git/Makefile b/misc/git/Makefile index cf2fdc16b2b..2d123c3bd9d 100644 --- a/misc/git/Makefile +++ b/misc/git/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2010/01/18 02:23:52 christos Exp $ +# $NetBSD: Makefile,v 1.31 2010/02/21 12:24:59 obache Exp $ PKGNAME= git-4.9.5 DISTNAME= gnuit-4.9.5 CATEGORIES= misc @@ -10,7 +10,7 @@ COMMENT= GNU Interactive Tools - a file system browser for UNIX systems GNU_CONFIGURE= YES CONFIGURE_ARGS+= --htmldir=${PREFIX}/share/doc/gnuit -INFO_FILES= # PLIST +INFO_FILES= YES post-extract: ${CP} ${WRKSRC}/term/gnuitrc.ansi.in ${WRKSRC}/term/gnuitrc.cons25.in |