summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2003-06-03 13:47:07 +0000
committerWill Andrews <will@FreeBSD.org>2003-06-03 13:47:07 +0000
commit42b09e756acce3e9544629b55766c6b46393cb8c (patch)
tree50bbb00d8fdee34af78ff4153ad80ebbec1ed58a
parentUpdate to 0.7 (diff)
*groan* Remove sophomoric mistakes after one too many last minute changes.
Notes
Notes: svn path=/head/; revision=82191
-rw-r--r--misc/hotkeys/Makefile~40
-rw-r--r--net/nicmond/Makefile~34
-rw-r--r--sysutils/ccze/Makefile~32
3 files changed, 0 insertions, 106 deletions
diff --git a/misc/hotkeys/Makefile~ b/misc/hotkeys/Makefile~
deleted file mode 100644
index 682de7e8fbca..000000000000
--- a/misc/hotkeys/Makefile~
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: xquote
-# Date created: May 20th, 2003
-# Whom: Andy Pavlo <amp0928@rit.edu>
-#
-# $FreeBSD$
-
-PORTNAME= hotkeys
-PORTVERSION= 0.5.7.1
-CATEGORIES= misc
-MASTER_SITES= http://ypwong.org/hotkeys/${PORTVERSION}/ \
- ${MASTER_SITE_XCONTRIB}
-DISTNAME= hotkeys_${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Allows usuage of special keys on internet/multimedia keyboards
-
-LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd \
- xml2.5:${PORTSDIR}/textproc/libxml2 \
- db3.3:${PORTSDIR}/databases/db3
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-GNU_CONFIGURE= 1
-CONFIGURE_ARGS= --with-db3-inc=${LOCALBASE}/include/db3 \
- --with-db3-lib=${LOCALBASE}/lib \
- --with-xosd
-USE_GMAKE= yes
-
-MAN1= hotkeys.1
-ORIG_CONFIG= ${PREFIX}/etc/hotkeys.conf
-SAMPLE_CONFIG= ${PREFIX}/etc/hotkeys.conf.sample
-
-post-extract:
- @${CP} ${PATCHDIR}/error.h ${WRKSRC}/src
- @${CP} ${PATCHDIR}/eliteduo.def ${WRKSRC}/def
-
-post-install:
- @${MV} ${ORIG_CONFIG} ${SAMPLE_CONFIG}
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/net/nicmond/Makefile~ b/net/nicmond/Makefile~
deleted file mode 100644
index 0002ba65e0da..000000000000
--- a/net/nicmond/Makefile~
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: nicmond
-# Date created: 2003/05/23
-# Whom: Dan Pelleg <daniel+nicmond@pelleg.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= nicmond
-PORTVERSION= 1.1
-CATEGORIES= net
-MASTER_SITES= http://www.agt.ne.jp/~a-gota/programs/nicmond/ \
- http://web.cs.cmu.edu/~dpelleg/download/
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-PATCH_SITES= http://web.cs.cmu.edu/~dpelleg/download/
-PATCHFILES= nicmond-doc-en-1.1.diff
-
-MAINTAINER= daniel+nicmond@pelleg.org
-COMMENT= Wait for a carrier signal on a NIC and launch a configuration script
-
-MANLANG= ja
-MANCOMPRESSED= yes
-MAN5= nicmond.conf.5
-MAN8= nicmond.8
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && \
- ${INSTALL_DATA} README README.en ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
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>