mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
This is broken on 4.x as well. This port will be removed on April 21 if it
is still broken at that time.
This commit is contained in:
parent
9a0d0d88ff
commit
644bbb43ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101617
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user