summaryrefslogtreecommitdiff
path: root/misc/git/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-03-16 08:52:11 +0000
committerhubertf <hubertf@pkgsrc.org>1998-03-16 08:52:11 +0000
commita706009c22d4f01da52915fafc62e5e31fd9868b (patch)
tree8866be79efe22c919dd800209d7001a63663be14 /misc/git/Makefile
parentffde7e078bb99338bdd550a501771791f683b064 (diff)
downloadpkgsrc-a706009c22d4f01da52915fafc62e5e31fd9868b.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>