Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Aug 2012 12:07:13 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302172 - head/audio/beast
Message-ID:  <201208061207.q76C7DpU034386@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon Aug  6 12:07:13 2012
New Revision: 302172
URL: http://svn.freebsd.org/changeset/ports/302172

Log:
  - Use correct paths to perl and sh binaries
  
  PR:		169895
  Submitted by:	Jan Beich <jbeich@tormail.org>

Modified:
  head/audio/beast/Makefile   (contents, props changed)

Modified: head/audio/beast/Makefile
==============================================================================
--- head/audio/beast/Makefile	Mon Aug  6 12:02:34 2012	(r302171)
+++ head/audio/beast/Makefile	Mon Aug  6 12:07:13 2012	(r302172)
@@ -55,6 +55,10 @@ post-patch:
 		/FLAGS=/ s/(-g|-ggdb3|-pipe|-O2|-ftracer|-finline-functions|-fno-keep-static-consts)//; \
 		s|echo aout|echo elf|g' \
 		${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' \
+		${WRKSRC}/autotools/intltool-merge
+	@${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \
+		${WRKSRC}/mkrelease.sh
 	@${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
 		${WRKSRC}/bse/Makefile.in \
 		${WRKSRC}/bse/zintern/Makefile.in



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208061207.q76C7DpU034386>