summaryrefslogtreecommitdiff
path: root/misc/git/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-03-16 08:52:11 +0000
committerhubertf <hubertf>1998-03-16 08:52:11 +0000
commit019c4b05608e2ff3443542518b0950e315f87aae (patch)
tree8866be79efe22c919dd800209d7001a63663be14 /misc/git/Makefile
parent8ea2e0f3dd992d6292f1df34699b76335809a7a2 (diff)
downloadpkgsrc-019c4b05608e2ff3443542518b0950e315f87aae.tar.gz
Update to V3.4.17
Diffstat (limited to 'misc/git/Makefile')
-rw-r--r--misc/git/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/git/Makefile b/misc/git/Makefile
index b22d3913a90..79050deaffb 100644
--- a/misc/git/Makefile
+++ b/misc/git/Makefile
@@ -3,11 +3,11 @@
# Date created: 12 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $NetBSD: Makefile,v 1.5 1998/02/09 07:10:26 hubertf Exp $
+# $NetBSD: Makefile,v 1.6 1998/03/16 08:52:11 hubertf Exp $
# FreeBSD Id: Makefile,v 1.8 1996/11/21 11:54:39 asami Exp
#
-DISTNAME= git-4.3.11
+DISTNAME= git-4.3.17
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU}
@@ -27,6 +27,8 @@ pre-install:
(cd ${WRKSRC}/term ; ${PATCH} --quiet -p0 <${FILESDIR}/gitrc.cons25.patch )
post-install:
- @install-info ${PREFIX}/info/git.info ${PREFIX}/info/dir
+ install-info ${PREFIX}/info/git.info ${PREFIX}/info/dir
+ ${MKDIR} ${PREFIX}/share/doc
+ ${MV} ${PREFIX}/lib/git/html ${PREFIX}/share/doc/git
.include <bsd.port.mk>