aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2003-06-03 21:47:07 +0800
committerwill <will@FreeBSD.org>2003-06-03 21:47:07 +0800
commit15d607a206d02f576a5cf7dcc3bf640d921b5371 (patch)
treee6553d86197fd0e35d19c8128bb5ba4c95f108a1 /sysutils
parentbdc2f70dc601e9059b021e5ada01e0bb46e5967d (diff)
downloadfreebsd-ports-gnome-15d607a206d02f576a5cf7dcc3bf640d921b5371.tar.gz
freebsd-ports-gnome-15d607a206d02f576a5cf7dcc3bf640d921b5371.tar.zst
freebsd-ports-gnome-15d607a206d02f576a5cf7dcc3bf640d921b5371.zip
*groan* Remove sophomoric mistakes after one too many last minute changes.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ccze/Makefile~32
1 files changed, 0 insertions, 32 deletions
diff --git a/sysutils/ccze/Makefile~ b/sysutils/ccze/Makefile~
deleted file mode 100644
index e8c3f0c01a28..000000000000
--- a/sysutils/ccze/Makefile~
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: ccze
-# Date Created: 2nd june 2003
-# Whom: Nicolas Jombart <ecu@ipv42.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ccze
-PORTVERSION= 0.2.1
-CATEGORIES= sysutils
-MASTER_SITES= ftp://bonehunter.rulez.org/pub/ccze/stable/
-
-MAINTAINER= ecu@ipv42.net
-COMMENT= A (fast) log colorizer
-
-LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-INSTALLS_SHLIB= yes
-
-MAN1= ccze.1 ccze-cssdump.1
-MAN7= ccze-plugin.7
-
-post-install:
- @${WRKSRC}/src/ccze-dump > ${PREFIX}/etc/cczerc-sample
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/FAQ ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>