diff options
author | asami <asami@FreeBSD.org> | 1996-11-21 19:54:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-21 19:54:39 +0800 |
commit | 3cfd9e57ffb44a51eda26f9156610171e5802e00 (patch) | |
tree | 45b9ca3122322d6284c0152230cf1ece6707923e /misc/git | |
parent | 6bf02be016c3f9181860fc6500e630158138ae94 (diff) | |
download | freebsd-ports-gnome-3cfd9e57ffb44a51eda26f9156610171e5802e00.tar.gz freebsd-ports-gnome-3cfd9e57ffb44a51eda26f9156610171e5802e00.tar.zst freebsd-ports-gnome-3cfd9e57ffb44a51eda26f9156610171e5802e00.zip |
Oops, forgot to compress one manpage.
Diffstat (limited to 'misc/git')
-rw-r--r-- | misc/git/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/git/Makefile b/misc/git/Makefile index e4af273ebfc4..a4dd6cb76b47 100644 --- a/misc/git/Makefile +++ b/misc/git/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 \ |