diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-21 11:54:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-21 11:54:39 +0000 |
commit | 5106d14914b6a1abf3e6e2436ca314776f06a2c5 (patch) | |
tree | 91a4433b06c8a3c2bde0319fc8f0c7d5ca7c2b74 /misc/gnuit | |
parent | c1e4aa439c3fb7097e2d849693302462b62a3569 (diff) | |
download | ports-5106d14914b6a1abf3e6e2436ca314776f06a2c5.tar.gz ports-5106d14914b6a1abf3e6e2436ca314776f06a2c5.zip |
Notes
Diffstat (limited to 'misc/gnuit')
-rw-r--r-- | misc/gnuit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/gnuit/Makefile b/misc/gnuit/Makefile index e4af273ebfc4..a4dd6cb76b47 100644 --- a/misc/gnuit/Makefile +++ b/misc/gnuit/Makefile @@ -3,7 +3,7 @@ # Date created: 12 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.6 1996/11/17 09:05:46 obrien Exp $ +# $Id: Makefile,v 1.7 1996/11/18 10:25:02 asami Exp $ # DISTNAME= git-4.3.11 @@ -11,8 +11,8 @@ CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} GNU_CONFIGURE= YES -MAN1= git.1 gitmount.1 gitcmp.1 gitkeys.1 gitredir.1 gitrgrep.1 \ - gitps.1 gitview.1 +MAN1= git.1 gitaction.1 gitmount.1 gitcmp.1 gitkeys.1 \ + gitredir.1 gitrgrep.1 gitps.1 gitview.1 pre-install: ${CP} ${WRKSRC}/term/.gitrc.ansi \ |