aboutsummaryrefslogtreecommitdiff
path: root/security/racoon2
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2016-04-15 14:22:02 +0000
committerCy Schubert <cy@FreeBSD.org>2016-04-15 14:22:02 +0000
commit80bd4ac891578510eebe8180dc2a3a569565d8a0 (patch)
tree71b09ab3360efc5a09bdedbe6f6b55542bb82f49 /security/racoon2
parent91829784291632eb305cbc69b4485af4e3bd046c (diff)
downloadports-80bd4ac891578510eebe8180dc2a3a569565d8a0.tar.gz
ports-80bd4ac891578510eebe8180dc2a3a569565d8a0.zip
Fix autogenerated shebang for perl5.
Notes
Notes: svn path=/head/; revision=413346
Diffstat (limited to 'security/racoon2')
-rw-r--r--security/racoon2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/racoon2/Makefile b/security/racoon2/Makefile
index 837cce0387a7..d3fbd1b9a9b4 100644
--- a/security/racoon2/Makefile
+++ b/security/racoon2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= racoon2
PORTVERSION= 20100526a
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= security net ipv6
MASTER_SITES= ftp://ftp.racoon2.wide.ad.jp/pub/racoon2/
@@ -18,7 +18,7 @@ USE_AUTOTOOLS= autoconf
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${STAGEDIR}${PREFIX}
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/racoon2
-CONFIGURE_ENV= YACC=/usr/bin/yacc
+CONFIGURE_ENV= YACC=/usr/bin/yacc perl_bindir=${LOCALBASE}/bin/perl5
OPTIONS_DEFINE= KINK DOCS
KINK_DESC= Enable KINK support