From 7c47779cb9cc1f12908949c26b831e944047ed17 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Thu, 17 Dec 2015 17:19:48 +0000 Subject: Fix usage of ${PERL5}. ${PERL5} points to a specific version of perl, say, perl5.22.1, it is fine to use it in a ports Makefile to do Perly things, but ports using it must use ${PERL}, that points to /usr/local/bin/perl so that if the minor version is updated, the shebang keep working. While there, make some ports use shebangfix, regen a few patches, and bump PORTREVISION where a shebang went from PERL5 to PERL. PR: 205367 With hat: portmgr Sponsored by: Absolight --- converters/nomyso/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'converters') diff --git a/converters/nomyso/Makefile b/converters/nomyso/Makefile index 7fb2268eb3df..18409f88f803 100644 --- a/converters/nomyso/Makefile +++ b/converters/nomyso/Makefile @@ -10,19 +10,14 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org COMMENT= Convert MASM/TASM files to NASM compatible sources -USES= perl5 zip +USES= perl5 zip dos2unix shebangfix +SHEBANG_FILES= nomyso.pl USE_PERL5= run NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= bin/${PORTNAME}.pl -post-patch: - @${REINPLACE_CMD} -E \ - -e 's|[[:cntrl:]]$$||' \ - -e 's|/usr/bin/perl|${PERL}|' \ - ${WRKSRC}/${PORTNAME}.pl - do-install: @${INSTALL_SCRIPT} \ ${WRKSRC}/${PORTNAME}.pl \ -- cgit v1.2.3