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 - -.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 +.include