- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q2
This commit is contained in:
parent
d4644c93a9
commit
e5ea14b393
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387351
1 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= fswiki
|
||||
PORTVERSION= 3.6.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= SFJP/fswiki/20797
|
||||
DISTNAME= wiki${PORTVERSION:S|.|_|g}
|
||||
|
@ -11,9 +11,10 @@ MAINTAINER= kuriyama@FreeBSD.org
|
|||
COMMENT= FreeStyle Wiki (perl based wiki clone)
|
||||
|
||||
RUN_DEPENDS= ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode \
|
||||
p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template
|
||||
p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template
|
||||
|
||||
USES= perl5 zip
|
||||
USES= perl5 shebangfix zip
|
||||
SHEBANG_FILES= wiki.cgi
|
||||
NO_BUILD= yes
|
||||
|
||||
post-extract:
|
||||
|
|
Loading…
Reference in a new issue