diff options
author | jlam <jlam> | 2006-04-05 23:01:15 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-05 23:01:15 +0000 |
commit | e15d00e181a92b23d5723091db09d7ebec386544 (patch) | |
tree | 4e07c14183f81fa76b20edb581fa96f647d4e8fe /misc/git/Makefile | |
parent | 757da19bb6c411253bc774d689a79c092b3da8c2 (diff) | |
download | pkgsrc-e15d00e181a92b23d5723091db09d7ebec386544.tar.gz |
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'misc/git/Makefile')
-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 48a994d3ab5..ac0ab0bb423 100644 --- a/misc/git/Makefile +++ b/misc/git/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/03/04 21:30:11 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2006/04/05 23:01:16 jlam Exp $ DISTNAME= git-4.3.20 CATEGORIES= misc @@ -9,7 +9,7 @@ HOMEPAGE= http://hulubei.net/tudor/git/ COMMENT= GNU Interactive Tools - a file system browser for UNIX systems GNU_CONFIGURE= YES -INFO_FILES= git.info git.info-1 git.info-2 git.info-3 +INFO_FILES= # PLIST post-extract: ${CP} ${WRKSRC}/term/.gitrc.ansi ${WRKSRC}/term/.gitrc.cons25 |