svn commit: r413346 - head/security/racoon2
Cy Schubert
cy at FreeBSD.org
Fri Apr 15 14:22:03 UTC 2016
Author: cy
Date: Fri Apr 15 14:22:02 2016
New Revision: 413346
URL: https://svnweb.freebsd.org/changeset/ports/413346
Log:
Fix autogenerated shebang for perl5.
Modified:
head/security/racoon2/Makefile
Modified: head/security/racoon2/Makefile
==============================================================================
--- head/security/racoon2/Makefile Fri Apr 15 14:19:49 2016 (r413345)
+++ head/security/racoon2/Makefile Fri Apr 15 14:22:02 2016 (r413346)
@@ -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
More information about the svn-ports-all
mailing list