From 2df0b0be3e0475f44afb4415f5fea89d3074e01e Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 11 Nov 1996 05:50:23 +0000 Subject: CATEGORIES+= --> CATEGORIES= Misc variable reordering, cleaning up, etc. --- misc/gnuit/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/gnuit/Makefile') diff --git a/misc/gnuit/Makefile b/misc/gnuit/Makefile index 4d96fb149736..f0f06370d6fc 100644 --- a/misc/gnuit/Makefile +++ b/misc/gnuit/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 ) -- cgit