From 5c5ba5e6cc4460bc214d6fcb5df3fae1cbebb42f Mon Sep 17 00:00:00 2001 From: marino Date: Thu, 17 Jul 2014 13:37:41 +0000 Subject: editors/nvi-m17n: Fix shebang issues Jenkins squawked about invalid shebangs after the previous update so a fix has been provided which involves a dependency on perl. PR: 190482 Submitted by: Yashuhito FUTATSUKI Reported by: swills (Jenkins) --- editors/nvi-m17n/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index 0ad9c02..a7b48b4 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -3,7 +3,7 @@ PORTNAME= nvi PORTVERSION= 1.79.20040608 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES?= editors MASTER_SITES= ftp://ftp.mk.bsdclub.org/pub/FreeBSD/distfiles/ \ @@ -20,8 +20,11 @@ COMMENT= Clone of vi/ex, with multilingual patch, no default settings PATCH_DIST_ARGS= -d ${WRKSRC}/.. --forward --quiet -E -p0 -f WRKSRC= ${WRKDIR}/${DISTNAME}/build +USES= perl5 +USE_PERL5= run GNU_CONFIGURE= yes -CONFIGURE_ENV= OPTFLAG='-D_PATH_SYSEXRC=\"${PREFIX}/etc/vi.exrc\"' +CONFIGURE_ENV= OPTFLAG='-D_PATH_SYSEXRC=\"${PREFIX}/etc/vi.exrc\"' \ + vi_cv_path_perl=${PERL} CONFIGURE_ARGS= --program-prefix=n OPTIONS_RADIO= MULTIBYTE -- cgit v1.1