diff options
author | frueauf <frueauf> | 1998-03-28 21:37:35 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-03-28 21:37:35 +0000 |
commit | ebc289f89fb9e0fe437367bb475322d14a08edab (patch) | |
tree | a726b783b0a3ee4b888827e31ab57f32eef76ca2 /misc | |
parent | 4ed4587c859177764e4840f7069f67d2949374f4 (diff) | |
download | pkgsrc-ebc289f89fb9e0fe437367bb475322d14a08edab.tar.gz |
portlint: sync MAN1 with PLIST and reality.
Diffstat (limited to 'misc')
-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 79050deaffb..97edde382eb 100644 --- a/misc/git/Makefile +++ b/misc/git/Makefile @@ -3,7 +3,7 @@ # Date created: 12 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $NetBSD: Makefile,v 1.6 1998/03/16 08:52:11 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 1998/03/28 21:37:35 frueauf Exp $ # FreeBSD Id: Makefile,v 1.8 1996/11/21 11:54:39 asami Exp # @@ -17,8 +17,8 @@ RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo GNU_CONFIGURE= YES CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd -MAN1= git.1 gitaction.1 gitmount.1 gitcmp.1 gitkeys.1 \ - gitredir.1 gitrgrep.1 gitps.1 gitview.1 +MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 gitps.1 gitrgrep.1 \ + gitunpack.1 gitview.1 pre-install: (cd ${WRKSRC}/info ; ${MAKE} info ) |