diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitchx/Makefile | 11 | ||||
-rw-r--r-- | irc/bitchx/pkg-plist | 4 |
2 files changed, 6 insertions, 9 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 6130adaf1fb0..15020f1584d4 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -7,7 +7,7 @@ PORTNAME= BitchX PORTVERSION= 1.1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES+= irc MASTER_SITES= SF DISTNAME= ircii-pana-1.1-final @@ -80,8 +80,9 @@ CONFIGURE_ARGS+= --with-socks5=${LOCALBASE} .endif .if defined(WITH_PLUGINS) -PLUGINS= abot,acro,aim,arcfour,autocycle,blowfish,cavlink,encrypt,\ -fserv,hint,identd,nap,pkga,possum,qbx,qmail,scan,wavplay +PLUGINS=\ +abot,acro,arcfour,autocycle,blowfish,encrypt,fserv,hint,pkga,possum,qbx,qmail,scan,wavplay +CONFIGURE_ARGS+= --with-plugins=${PLUGINS} PLIST_SUB+= PLUGINS="" .else CONFIGURE_ARGS+=--without-plugins @@ -95,8 +96,8 @@ PLIST_SUB+= XMMS="" PLIST_SUB+= XMMS="@comment " .endif .if (defined(WITH_XMMS) && defined(WITH_PLUGINS)) -PLUGINS= abot,acro,aim,arcfour,autocycle,blowfish,cavlink,encrypt,fserv,\ -hint,identd,nap,pkga,possum,qbx,qmail,scan,wavplay,xmms +PLUGINS=\ +abot,acro,arcfour,autocycle,blowfish,encrypt,fserv,hint,pkga,possum,qbx,qmail,scan,wavplay,xmms .endif .if (defined(WITH_PLUGINS) || defined(WITH_XMMS)) diff --git a/irc/bitchx/pkg-plist b/irc/bitchx/pkg-plist index c18dc55c7343..3343516f658e 100644 --- a/irc/bitchx/pkg-plist +++ b/irc/bitchx/pkg-plist @@ -924,18 +924,14 @@ share/bx/BitchX.kick %%PLUGINS%%share/bx/plugins/encrypt.so %%PLUGINS%%share/bx/plugins/fserv.so %%PLUGINS%%share/bx/plugins/hint.so -%%PLUGINS%%share/bx/plugins/nap.so %%PLUGINS%%share/bx/plugins/pkga.so %%PLUGINS%%share/bx/plugins/possum.so %%PLUGINS%%share/bx/plugins/qmail.so %%PLUGINS%%share/bx/plugins/scan.so %%PLUGINS%%share/bx/plugins/wavplay.so %%PLUGINS%%share/bx/plugins/qbx.so -%%PLUGINS%%share/bx/plugins/aim.so %%PLUGINS%%share/bx/plugins/arcfour.so %%PLUGINS%%share/bx/plugins/autocycle.so -%%PLUGINS%%share/bx/plugins/cavlink.so -%%PLUGINS%%share/bx/plugins/identd.so %%XMMS%%share/bx/plugins/xmms.so share/bx/plugins/.placeholder share/bx/script/SCRIPTS |