From 8d3bc70a7e16d6f81c25ead11fb6792770e58726 Mon Sep 17 00:00:00 2001 From: pav Date: Fri, 21 Dec 2007 22:17:18 +0000 Subject: - Attempt to fix plist on FreeBSD 7.x --- audio/q-audio/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'audio') diff --git a/audio/q-audio/Makefile b/audio/q-audio/Makefile index fa9fbe4796ca..079da78c1f80 100644 --- a/audio/q-audio/Makefile +++ b/audio/q-audio/Makefile @@ -33,5 +33,6 @@ post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ ${GREP} -l "^examplesdir" | ${XARGS} ${REINPLACE_CMD} -e \ "s;[(]pkgdatadir[)]/examples;(datadir)/examples/q;" + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure .include -- cgit