mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
090316dbc1
Converted p5* to use MASTER_SITE_PERL_CPAN
23 lines
557 B
Makefile
23 lines
557 B
Makefile
# New ports collection makefile for: git
|
|
# Version required: 4.3.11
|
|
# Date created: 12 Jul 1995
|
|
# Whom: torstenb@FreeBSD.ORG
|
|
#
|
|
# $Id: Makefile,v 1.5 1996/11/11 05:49:35 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= git-4.3.11
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
|
|
|
GNU_CONFIGURE= YES
|
|
MAN1= git.1 gitmount.1 gitcmp.1 gitkeys.1 gitredir.1 gitrgrep.1 \
|
|
gitps.1 gitview.1
|
|
|
|
pre-install:
|
|
${CP} ${WRKSRC}/term/.gitrc.ansi \
|
|
${WRKSRC}/term/.gitrc.cons25
|
|
(cd ${WRKSRC}/term ; patch --quiet -p0 <${FILESDIR}/gitrc.cons25.patch )
|
|
|
|
.include <bsd.port.mk>
|