summaryrefslogtreecommitdiff
path: root/misc/gnuit/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-03-17 02:18:05 +0000
commit6c59170bca7b079bb699aa4fe6a5bf790e0dea6e (patch)
tree83a5fb38fba33a2f9e88f2df143b28d6ebc3b483 /misc/gnuit/Makefile
parentRevert to rev. 1.4, which will restore some bugs in the previous version (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_0_0'.release/4.0.0
Notes
Notes: svn path=/head/; revision=26796 svn path=/tags/RELEASE_4_0_0/; revision=26797; tag=release/4.0.0
Diffstat (limited to 'misc/gnuit/Makefile')
-rw-r--r--misc/gnuit/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/misc/gnuit/Makefile b/misc/gnuit/Makefile
deleted file mode 100644
index 6f3dc4485cb3..000000000000
--- a/misc/gnuit/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: git
-# Version required: 4.3.19
-# Date created: 12 Jul 1995
-# Whom: torstenb@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-DISTNAME= git-4.3.19
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= git
-
-MAINTAINER= jseger@FreeBSD.org
-
-GNU_CONFIGURE= YES
-MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 \
- gitrgrep.1 gitunpack.1
-
-pre-patch:
- ${CP} ${WRKSRC}/term/.gitrc.ansi \
- ${WRKSRC}/term/.gitrc.cons25
-
-.include <bsd.port.mk>