summaryrefslogtreecommitdiffstats
path: root/comms/ghfaxviewer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/ghfaxviewer/Makefile')
-rw-r--r--comms/ghfaxviewer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/ghfaxviewer/Makefile b/comms/ghfaxviewer/Makefile
index 7b8c136..18158e0 100644
--- a/comms/ghfaxviewer/Makefile
+++ b/comms/ghfaxviewer/Makefile
@@ -31,7 +31,7 @@ MAN1= halifax.1 ghfaxviewer.1
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