1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Fix pkg-plist with bot support.

PR:		ports/110142
Submitted by:	"John K."<cfactor_at_gmail_._com>
This commit is contained in:
Vanilla I. Shu 2007-03-11 01:52:32 +00:00
parent c505a741c9
commit 7d180d4968
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187086
2 changed files with 5 additions and 0 deletions

View File

@ -72,6 +72,10 @@ BROKEN= This version of FreeBSD does not support IPv6. Please use WITH_IPV6=no
.if defined(WITH_BOT)
CONFIGURE_ARGS+= --with-bot
PLIST_SUB+= WITH_BOT=""
.else
CONFIGURE_ARGS+= --without-bot
PLIST_SUB+= WITH_BOT="@comment "
.endif
post-patch:

View File

@ -1,3 +1,4 @@
%%WITH_BOT%%bin/botti
bin/irssi
etc/irssi.conf
etc/irssi.conf.sample