Turn ircbug(1) into an OPTION.
This commit is contained in:
parent
ecd905d2bd
commit
fd2b0b102d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357603
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= ircii
|
||||
PORTVERSION= 20131230
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= irc ipv6
|
||||
MASTER_SITES= http://ircii.warped.com/
|
||||
|
||||
@ -16,6 +17,9 @@ CONFIGURE_ENV= IRCLIB=${PREFIX}/share/irc
|
||||
DATADIR= ${PREFIX}/share/irc
|
||||
USES= tar:bzip2
|
||||
|
||||
OPTIONS_DEFINE= IRCBUG
|
||||
IRCBUG_DESC= Install ircII bug-reporting script
|
||||
|
||||
do-install:
|
||||
(cd ${WRKSRC} && ${INSTALL_PROGRAM} irc ircflush ${STAGEDIR}${PREFIX}/bin)
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/ircbug ${STAGEDIR}${PREFIX}/bin
|
||||
|
@ -1,11 +1,11 @@
|
||||
%%IRCBUG%%bin/ircbug
|
||||
%%IRCBUG%%man/man1/ircbug.1.gz
|
||||
bin/irc
|
||||
bin/ircbug
|
||||
bin/ircflush
|
||||
libexec/ircio
|
||||
libexec/wserv
|
||||
man/man1/irc.1.gz
|
||||
man/man1/ircII.1.gz
|
||||
man/man1/ircbug.1.gz
|
||||
%%DATADIR%%/help/!
|
||||
%%DATADIR%%/help/.date
|
||||
%%DATADIR%%/help/:
|
||||
|
Loading…
Reference in New Issue
Block a user