- Fix shebangs
Approved by: portmgr blanket
This commit is contained in:
parent
ced4208220
commit
403d7f0f23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396505
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= parrot
|
||||
PORTVERSION= 7.6.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/supported/${PORTVERSION}/ \
|
||||
LOCAL/sunpoet
|
||||
@ -33,7 +34,12 @@ CONFIGURE_SCRIPT= Configure.pl
|
||||
INSTALL_TARGET= install-dev
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= bison gmake perl5 tar:bzip2
|
||||
USES= bison gmake perl5 shebangfix tar:bzip2
|
||||
SHEBANG_FILES= tools/dev/create_language.pl \
|
||||
tools/dev/gen_makefile.pl \
|
||||
tools/dev/pprof2cg.pl \
|
||||
tools/dev/reconfigure.pl
|
||||
perl_OLD_CMD= perl
|
||||
|
||||
DOCSDIR= share/doc/${PORTNAME}/${PORTVERSION}
|
||||
PLIST_SUB= PARROT_VER="${PORTVERSION}"
|
||||
|
Loading…
Reference in New Issue
Block a user