svn commit: r302172 - head/audio/beast

Pietro Cerutti gahr at FreeBSD.org
Mon Aug 6 12:07:13 UTC 2012


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 at 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



More information about the svn-ports-head mailing list