summaryrefslogtreecommitdiff
path: root/audio/holyshout
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-11-13 11:38:29 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-11-13 11:38:29 +0000
commit39a7f86255001d4b80a591c9e73b6201ee277dda (patch)
tree6ca34d2b88ef8d4d5b27e8df8b52a5eac7ad64b6 /audio/holyshout
parentUpgrade to 0.9.6.2 (diff)
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Notes
Notes: svn path=/head/; revision=93882
Diffstat (limited to 'audio/holyshout')
-rw-r--r--audio/holyshout/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/holyshout/Makefile b/audio/holyshout/Makefile
index 1f6b883d9302..c7bf5997851f 100644
--- a/audio/holyshout/Makefile
+++ b/audio/holyshout/Makefile
@@ -17,7 +17,7 @@ USE_GMAKE= yes
USE_REINPLACE= yes
post-patch:
- (find ${WRKSRC} -name Makefile | xargs ${REINPLACE_CMD} -e \
+ (${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \
"s@-O20@${CFLAGS}@g ; s@-O2@${CFLAGS}@g")
${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' \
${WRKSRC}/Makefile