1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/misc/gnuit/Makefile
Satoshi Asami 77395d64ff Complete upgrade by removing "gitmatch" that no longer exists. Also
sort part of pkg/PLIST so it's easier to read.
1996-10-16 09:14:20 +00:00

30 lines
803 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.3 1996/06/17 08:33:34 asami Exp $
#
DISTNAME= git-4.3.11
CATEGORIES= misc
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
GNU_CONFIGURE= YES
pre-install:
cp ${WRKSRC}/term/.gitrc.ansi \
${WRKSRC}/term/.gitrc.cons25
(cd ${WRKSRC}/term ; patch --quiet -p0 <${FILESDIR}/gitrc.cons25.patch )
post-install:
.if !defined(NOMANCOMPRESS)
@gzip -9nf ${PREFIX}/man/man1/git.1 \
${PREFIX}/man/man1/gitaction.1 ${PREFIX}/man/man1/gitmount.1 \
${PREFIX}/man/man1/gitcmp.1 ${PREFIX}/man/man1/gitkeys.1 \
${PREFIX}/man/man1/gitredir.1 ${PREFIX}/man/man1/gitrgrep.1 \
${PREFIX}/man/man1/gitps.1 ${PREFIX}/man/man1/gitview.1
.endif
.include <bsd.port.mk>