diff options
author | kris <kris@FreeBSD.org> | 2004-02-22 06:17:33 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-22 06:17:33 +0800 |
commit | 2b080d2a70562619becb8e29e9cc5b0d9ee6d3c6 (patch) | |
tree | b2580a249f6534b8239a97b1234254cc0c1cca55 /irc/dancer-services | |
parent | b4902dc0c7eebcd57141718c1cf33f580fb8f955 (diff) | |
download | freebsd-ports-gnome-2b080d2a70562619becb8e29e9cc5b0d9ee6d3c6.tar.gz freebsd-ports-gnome-2b080d2a70562619becb8e29e9cc5b0d9ee6d3c6.tar.zst freebsd-ports-gnome-2b080d2a70562619becb8e29e9cc5b0d9ee6d3c6.zip |
This is broken on 4.x as well. This port will be removed on April 21 if it
is still broken at that time.
Diffstat (limited to 'irc/dancer-services')
-rw-r--r-- | irc/dancer-services/Makefile | 12 |
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> |