mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
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)
This commit is contained in:
parent
8c6dd4d1dc
commit
2e29a2fae6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362141
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user