diff options
author | ume <ume@FreeBSD.org> | 2015-01-06 00:30:18 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2015-01-06 00:30:18 +0800 |
commit | ecbe9e77c74651b842db22bb13a37091fc4b4176 (patch) | |
tree | 620da29bc716104aff8df3d93dc4d8116d0423ce /japanese | |
parent | 230fbeb2515aec2ce4c4b74f513a59ac61c10b4f (diff) | |
download | freebsd-ports-gnome-ecbe9e77c74651b842db22bb13a37091fc4b4176.tar.gz freebsd-ports-gnome-ecbe9e77c74651b842db22bb13a37091fc4b4176.tar.zst freebsd-ports-gnome-ecbe9e77c74651b842db22bb13a37091fc4b4176.zip |
Shebangfix r376298 made it clarify.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/tiarra/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/tiarra/Makefile b/japanese/tiarra/Makefile index e8e46b3b5e75..7fd266c7e87d 100644 --- a/japanese/tiarra/Makefile +++ b/japanese/tiarra/Makefile @@ -3,7 +3,7 @@ PORTNAME= tiarra PORTVERSION= 20100212 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese irc ipv6 MASTER_SITES= http://www.clovery.jp/tiarra/archive/2010/02/ @@ -15,9 +15,10 @@ LICENSE_COMB= dual RUN_DEPENDS= p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 -USES= perl5 tar:bzip2 +USES= perl5 tar:bzip2 shebangfix USE_PERL5= run USE_RC_SUBR= tiarra +SHEBANG_FILES= tiarra NO_BUILD= yes USERS= ${TIARRA_USER} |