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