mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Point to the correct perl.
PR: 249977 Reported by: Archit Shah <archit.shah@gmail.com>
This commit is contained in:
parent
b7231cf725
commit
3ba8a53a15
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550538
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= racoon2
|
||||
PORTVERSION= ${RACOON2_COMMIT_DATE}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security net
|
||||
HASH= 7ee335e
|
||||
RACOON2_COMMIT_DATE=202000908
|
||||
@ -23,7 +24,7 @@ CONFIGURE_ARGS+= --enable-natt \
|
||||
--prefix=${STAGEDIR}/${PREFIX}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= YACC=/usr/bin/yacc perl_bindir=${LOCALBASE}/bin/perl5 \
|
||||
CONFIGURE_ENV= YACC=/usr/bin/yacc perl_bindir=${LOCALBASE}/bin/perl \
|
||||
STAGEDIR=${STAGEDIR} PREFIX=${PREFIX}
|
||||
|
||||
MAKE_ENV= STAGEDIR=${STAGEDIR} PREFIX=${PREFIX}
|
||||
|
Loading…
Reference in New Issue
Block a user