- Fix shebangs
- Add empty directory to plist
This commit is contained in:
parent
abaacdd74c
commit
e096bba77b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381340
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= infobot
|
||||
PORTVERSION= 0.45.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= irc
|
||||
MASTER_SITES= http://www.infobot.org/src/ \
|
||||
http://www.infobot.org/src/prior/
|
||||
@ -10,7 +11,8 @@ MASTER_SITES= http://www.infobot.org/src/ \
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Bot written in Perl with a rabid AI
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 shebangfix
|
||||
SHEBANG_FILES= ${PORTNAME}
|
||||
USE_PERL5= run
|
||||
NO_BUILD= yes
|
||||
|
||||
|
@ -76,3 +76,4 @@ bin/infobot
|
||||
%%PORTDOCS%%%%DOCSDIR%%/REVISIONS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
||||
@dir %%DATADIR%%/files
|
||||
|
Loading…
Reference in New Issue
Block a user