summaryrefslogtreecommitdiffstats
path: root/math/scigraphica
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 /math/scigraphica
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 'math/scigraphica')
-rw-r--r--math/scigraphica/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/scigraphica/Makefile b/math/scigraphica/Makefile
index 503ea4a..b0d756f 100644
--- a/math/scigraphica/Makefile
+++ b/math/scigraphica/Makefile
@@ -33,7 +33,7 @@ MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
OpenPOWER on IntegriCloud