Fix shebang
This commit is contained in:
parent
816aa09f51
commit
0140b8ea91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372424
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= commit-patch
|
||||
PORTVERSION= 2.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= lapo@lapo.it
|
||||
|
@ -15,8 +16,9 @@ RUN_DEPENDS= interdiff:${PORTSDIR}/misc/patchutils \
|
|||
p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run
|
||||
|
||||
USE_GITHUB= yes
|
||||
USES= gmake perl5
|
||||
USES= gmake perl5 shebangfix
|
||||
USE_PERL5= build # pod2man
|
||||
SHEBANG_FILES= commit-patch
|
||||
|
||||
GH_ACCOUNT= caldwell
|
||||
GH_PROJECT= commit-patch
|
||||
|
|
Loading…
Reference in a new issue