Date: Tue, 29 Sep 2020 17:05:43 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550538 - head/security/racoon2 Message-ID: <202009291705.08TH5hhQ045863@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Tue Sep 29 17:05:42 2020 New Revision: 550538 URL: https://svnweb.freebsd.org/changeset/ports/550538 Log: Point to the correct perl. PR: 249977 Reported by: Archit Shah <archit.shah@gmail.com> Modified: head/security/racoon2/Makefile (contents, props changed) Modified: head/security/racoon2/Makefile ============================================================================== --- head/security/racoon2/Makefile Tue Sep 29 17:05:35 2020 (r550537) +++ head/security/racoon2/Makefile Tue Sep 29 17:05:42 2020 (r550538) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009291705.08TH5hhQ045863>