summaryrefslogtreecommitdiffstats
path: root/multimedia/xmps
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2003-11-13 13:30:42 +0000
committertrevor <trevor@FreeBSD.org>2003-11-13 13:30:42 +0000
commit0a792d129c721bbf05ec4507020041dae7ccb939 (patch)
tree5443a6df79f666d3a39d8c4f9b5f89991dc6ce44 /multimedia/xmps
parent0bfadbd86b2e8399c2d3221e66321fc0dc66cab1 (diff)
downloadFreeBSD-ports-0a792d129c721bbf05ec4507020041dae7ccb939.zip
FreeBSD-ports-0a792d129c721bbf05ec4507020041dae7ccb939.tar.gz
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Diffstat (limited to 'multimedia/xmps')
-rw-r--r--multimedia/xmps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/xmps/Makefile b/multimedia/xmps/Makefile
index 746f777..c5d41c3 100644
--- a/multimedia/xmps/Makefile
+++ b/multimedia/xmps/Makefile
@@ -30,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
post-patch:
@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
- @${FIND} ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \
+ @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|-lpthread|${PTHREAD_LIBS}|g'
post-configure:
OpenPOWER on IntegriCloud