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:
parent
c505a741c9
commit
7d180d4968
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187086
@ -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:
|
||||
|
@ -1,3 +1,4 @@
|
||||
%%WITH_BOT%%bin/botti
|
||||
bin/irssi
|
||||
etc/irssi.conf
|
||||
etc/irssi.conf.sample
|
||||
|
Loading…
Reference in New Issue
Block a user