svn commit: r396505 - head/lang/parrot

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 9 14:24:51 UTC 2015


Author: amdmi3
Date: Wed Sep  9 14:24:49 2015
New Revision: 396505
URL: https://svnweb.freebsd.org/changeset/ports/396505

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/lang/parrot/Makefile

Modified: head/lang/parrot/Makefile
==============================================================================
--- head/lang/parrot/Makefile	Wed Sep  9 14:20:03 2015	(r396504)
+++ head/lang/parrot/Makefile	Wed Sep  9 14:24:49 2015	(r396505)
@@ -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}"


More information about the svn-ports-all mailing list