diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-09 14:24:49 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-09 14:24:49 +0000 |
commit | ab63dae7aece19ea52c4725e85fcbbd345f57d74 (patch) | |
tree | 2f29d35a821c98beef89817e1486c110abc67dba | |
parent | 166dbb55595abf8f07cfdcc9c401df45e31f8974 (diff) | |
download | FreeBSD-ports-ab63dae7aece19ea52c4725e85fcbbd345f57d74.zip FreeBSD-ports-ab63dae7aece19ea52c4725e85fcbbd345f57d74.tar.gz |
- Fix shebangs
Approved by: portmgr blanket
-rw-r--r-- | lang/parrot/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 92049c1..1b417d2 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -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}" |