diff options
Diffstat (limited to 'x11-wm/bbconf')
-rw-r--r-- | x11-wm/bbconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/bbconf/Makefile b/x11-wm/bbconf/Makefile index 059fc7dedeea..ad4bb2f5af16 100644 --- a/x11-wm/bbconf/Makefile +++ b/x11-wm/bbconf/Makefile @@ -24,7 +24,7 @@ USE_QT_VER= 3 MAN1= bbconf.1 post-patch: - @find ${WRKSRC} -name 'Makefile.in' -print | \ - xargs ${PERL} -pi.orig -e 's#lib/bbconf#libexec/bbconf#g' + @${FIND} ${WRKSRC} -name 'Makefile.in' -print | \ + ${XARGS} ${PERL} -pi.orig -e 's#lib/bbconf#libexec/bbconf#g' .include <bsd.port.mk> |