diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-05 23:01:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-05 23:01:15 +0000 |
commit | a4cbc72f584185583e33b49017522a326a053ef4 (patch) | |
tree | 4e07c14183f81fa76b20edb581fa96f647d4e8fe /misc/git | |
parent | ab9e528a14707beb99c9d6a4c2e72fdae33dab0c (diff) | |
download | pkgsrc-a4cbc72f584185583e33b49017522a326a053ef4.tar.gz |
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'misc/git')
-rw-r--r-- | misc/git/Makefile | 4 | ||||
-rw-r--r-- | misc/git/PLIST | 3 |
2 files changed, 4 insertions, 3 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 diff --git a/misc/git/PLIST b/misc/git/PLIST index b233256eb8d..14c6a337607 100644 --- a/misc/git/PLIST +++ b/misc/git/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2006/01/26 17:58:18 reed Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/04/05 23:01:16 jlam Exp $ bin/.gitaction bin/git bin/gitaction @@ -12,6 +12,7 @@ bin/gitview bin/gitwhich bin/gitwipe bin/gitxgrep +info/git.info man/man1/git.1 man/man1/gitaction.1 man/man1/gitkeys.1 |