aboutsummaryrefslogtreecommitdiff
path: root/irc/dancer-services
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-21 22:17:33 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-21 22:17:33 +0000
commit644bbb43ad0ba9829f17d162d5f9d278e6324dcf (patch)
treec4963982232e44db13e108a1894da85068232665 /irc/dancer-services
parent9a0d0d88ff90c8f69289203ab7e5ca6aec5c43f1 (diff)
downloadports-644bbb43ad0ba9829f17d162d5f9d278e6324dcf.tar.gz
ports-644bbb43ad0ba9829f17d162d5f9d278e6324dcf.zip
Notes
Diffstat (limited to 'irc/dancer-services')
-rw-r--r--irc/dancer-services/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/irc/dancer-services/Makefile b/irc/dancer-services/Makefile
index 87a76f35f015..32acc0179e72 100644
--- a/irc/dancer-services/Makefile
+++ b/irc/dancer-services/Makefile
@@ -15,6 +15,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= knu@FreeBSD.org
COMMENT= The IRC services (nickserv, chanserv, etc.) for dancer-ircd
+BROKEN= "Configure fails"
+DEPRECATED= ${BROKEN}
+EXPIRATION_DATE=2004-04-21
+
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:${PORTSDIR}/devel/autoconf
USE_REINPLACE= yes
@@ -30,12 +34,6 @@ MAKE_ARGS= BINDIR=${PREFIX}/sbin \
IS_INTERACTIVE= yes
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502000
-BROKEN= "Configure fails"
-.endif
-
post-patch:
${REINPLACE_CMD} 's:@@prefix@@:${PREFIX}:g' \
${WRKSRC}/bin/services.conf \
@@ -84,4 +82,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>