Date: Wed, 2 Jan 2013 13:32:21 +0000 (UTC) From: Wesley Shields <wxs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309816 - head/net/silc-client Message-ID: <201301021332.r02DWLeU095241@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wxs Date: Wed Jan 2 13:32:21 2013 New Revision: 309816 URL: http://svnweb.freebsd.org/changeset/ports/309816 Log: Fix index build when perl is not there yet. PR: ports/174576 Submitted by: bdrewery@ Modified: head/net/silc-client/Makefile Modified: head/net/silc-client/Makefile ============================================================================== --- head/net/silc-client/Makefile Wed Jan 2 13:25:05 2013 (r309815) +++ head/net/silc-client/Makefile Wed Jan 2 13:32:21 2013 (r309816) @@ -97,7 +97,7 @@ CONFIGURE_ARGS+= --without-iconv .if ${PORT_OPTIONS:MPERL} USE_PERL5= yes -PERL_ARCHNAME!= perl -V:archname +PERL_ARCHNAME!= perl -V:archname 2>/dev/null || true PLIST_SUB+= WITH_PERL="" PERL_ARCHNAME="${PERL_ARCHNAME:S/archname='//:S/';//}" CONFIGURE_ARGS+= --with-perl-lib=${PREFIX}/lib/${PORTNAME}/perl .else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301021332.r02DWLeU095241>