summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-07-17 13:37:41 +0000
committermarino <marino@FreeBSD.org>2014-07-17 13:37:41 +0000
commit5c5ba5e6cc4460bc214d6fcb5df3fae1cbebb42f (patch)
tree0867be501f7e60595ae5128b18c65841d9e9cdea
parent4b7e2ea6fd162dcef8b7e45090cb12ca4b73e3e1 (diff)
downloadFreeBSD-ports-5c5ba5e6cc4460bc214d6fcb5df3fae1cbebb42f.zip
FreeBSD-ports-5c5ba5e6cc4460bc214d6fcb5df3fae1cbebb42f.tar.gz
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)
-rw-r--r--editors/nvi-m17n/Makefile7
1 files 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
OpenPOWER on IntegriCloud