diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-15 15:37:42 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-15 15:37:42 +0000 |
commit | e096bba77b28396b658decbe819c73d56f2a0c62 (patch) | |
tree | 6729699ce6d8d3d03a6953fd0c517c445017d26d /irc/infobot | |
parent | abaacdd74cda764eee9628521dadc49037bd1b39 (diff) | |
download | ports-e096bba77b28396b658decbe819c73d56f2a0c62.tar.gz ports-e096bba77b28396b658decbe819c73d56f2a0c62.zip |
Notes
Diffstat (limited to 'irc/infobot')
-rw-r--r-- | irc/infobot/Makefile | 4 | ||||
-rw-r--r-- | irc/infobot/pkg-plist | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/irc/infobot/Makefile b/irc/infobot/Makefile index 4a5b0320a6eb..d37aecb81a66 100644 --- a/irc/infobot/Makefile +++ b/irc/infobot/Makefile @@ -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 diff --git a/irc/infobot/pkg-plist b/irc/infobot/pkg-plist index e1f67b7292f4..605aed71f07c 100644 --- a/irc/infobot/pkg-plist +++ b/irc/infobot/pkg-plist @@ -76,3 +76,4 @@ bin/infobot %%PORTDOCS%%%%DOCSDIR%%/REVISIONS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/LICENSE +@dir %%DATADIR%%/files |