diff options
author | pav <pav@FreeBSD.org> | 2007-12-22 06:17:18 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-12-22 06:17:18 +0800 |
commit | 8d3bc70a7e16d6f81c25ead11fb6792770e58726 (patch) | |
tree | d7b890c5fc427eb9f6421ff5926683f316523918 /audio | |
parent | ff3d4deeb587a82e7e55116e8a826e4621fe16a1 (diff) | |
download | freebsd-ports-gnome-8d3bc70a7e16d6f81c25ead11fb6792770e58726.tar.gz freebsd-ports-gnome-8d3bc70a7e16d6f81c25ead11fb6792770e58726.tar.zst freebsd-ports-gnome-8d3bc70a7e16d6f81c25ead11fb6792770e58726.zip |
- Attempt to fix plist on FreeBSD 7.x
Diffstat (limited to 'audio')
-rw-r--r-- | audio/q-audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 <bsd.port.mk> |