summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-03-28 21:37:35 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-03-28 21:37:35 +0000
commiteae8fbbeda2216310520b53247ff7a4de653bfc0 (patch)
treea726b783b0a3ee4b888827e31ab57f32eef76ca2 /misc
parent91740754121e114be08a3cfb4875bee0511e44db (diff)
downloadpkgsrc-eae8fbbeda2216310520b53247ff7a4de653bfc0.tar.gz
portlint: sync MAN1 with PLIST and reality.
Diffstat (limited to 'misc')
-rw-r--r--misc/git/Makefile6
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 )