forked from Lainports/freebsd-ports
Shebangfix
This commit is contained in:
parent
a5490e42fb
commit
76768e87ed
1 changed files with 3 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= whatpix
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://whatpix.sourceforge.net/download/
|
||||
|
||||
|
|
@ -14,8 +14,9 @@ RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
|
|||
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= bin/whatpix
|
||||
USES= perl5
|
||||
USES= perl5 shebangfix
|
||||
USE_PERL5= run
|
||||
SHEBANG_FILES= whatpix
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/whatpix ${STAGEDIR}${PREFIX}/bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue