aboutsummaryrefslogtreecommitdiffstats
path: root/misc/git
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1996-11-11 13:50:23 +0800
committerobrien <obrien@FreeBSD.org>1996-11-11 13:50:23 +0800
commit2df0b0be3e0475f44afb4415f5fea89d3074e01e (patch)
treedab53b10c77fec063733363128dae6322f1eacab /misc/git
parent644c7b7743aecd518e64fc296170ab18a22d8350 (diff)
downloadfreebsd-ports-gnome-2df0b0be3e0475f44afb4415f5fea89d3074e01e.tar.gz
freebsd-ports-gnome-2df0b0be3e0475f44afb4415f5fea89d3074e01e.tar.zst
freebsd-ports-gnome-2df0b0be3e0475f44afb4415f5fea89d3074e01e.zip
CATEGORIES+= --> CATEGORIES=
Misc variable reordering, cleaning up, etc.
Diffstat (limited to 'misc/git')
-rw-r--r--misc/git/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/git/Makefile b/misc/git/Makefile
index 4d96fb149736..f0f06370d6fc 100644
--- a/misc/git/Makefile
+++ b/misc/git/Makefile
@@ -3,7 +3,7 @@
# Date created: 12 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.3 1996/06/17 08:33:34 asami Exp $
+# $Id: Makefile,v 1.4 1996/10/16 09:14:08 asami Exp $
#
DISTNAME= git-4.3.11
@@ -13,7 +13,7 @@ MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
GNU_CONFIGURE= YES
pre-install:
- cp ${WRKSRC}/term/.gitrc.ansi \
+ ${CP} ${WRKSRC}/term/.gitrc.ansi \
${WRKSRC}/term/.gitrc.cons25
(cd ${WRKSRC}/term ; patch --quiet -p0 <${FILESDIR}/gitrc.cons25.patch )