diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-23 13:38:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-23 13:38:25 +0000 |
commit | 16f8160c5f6f354730ebc5a3163df45384aad1c3 (patch) | |
tree | 4290f20d55e95e13eaafca5f0113f588866930ec /irc/ircd-ratbox-devel/Makefile | |
parent | 10a5536525312072c344b6caeff9c3e77471abb2 (diff) |
Notes
Diffstat (limited to 'irc/ircd-ratbox-devel/Makefile')
-rw-r--r-- | irc/ircd-ratbox-devel/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/irc/ircd-ratbox-devel/Makefile b/irc/ircd-ratbox-devel/Makefile index 3ffe9c2b6095..b027d290a170 100644 --- a/irc/ircd-ratbox-devel/Makefile +++ b/irc/ircd-ratbox-devel/Makefile @@ -7,8 +7,7 @@ # ex: ts=8 PORTNAME= ircd-ratbox -#PORTVERSION= 3.0.0 -DISTVERSION= 3.0.0rc3 +PORTVERSION= 3.0.0 CATEGORIES= irc ipv6 MASTER_SITES= ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/testing/ \ ftp://ftp.demon.co.uk/pub/mirrors/ircd-ratbox/testing/ \ @@ -68,8 +67,8 @@ CONFIGURE_ARGS+= --enable-openssl CONFIGURE_ARGS+= --disable-openssl .endif -.if !defined(WITHOUT_IPV6) -CONFIGURE_ARGS+= --enable-ipv6 +.if defined(WITHOUT_IPV6) +CONFIGURE_ARGS+= --disable-ipv6 .endif .if defined(WITHOUT_ZIPLINKS) @@ -122,8 +121,8 @@ pre-configure: pre-build: @${REINPLACE_CMD} -e "s#-O2##" ${WRKSRC}/configure - @${REINPLACE_CMD} -e "s#%%PREFIX%%#${PREFIX}#g" \ - ${WRKSRC}/doc/example.conf \ + @${REINPLACE_CMD} -e "s#%%PREFIX%%#${PREFIX}#g" \ + ${WRKSRC}/doc/example.conf \ ${WRKSRC}/doc/example.efnet.conf @${REINPLACE_CMD} -e "s#%%LOGDIR%%#${LOGDIR}#g" \ ${WRKSRC}/doc/example.conf \ |