summaryrefslogtreecommitdiff
path: root/x11/zenity
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-03-03 02:57:10 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-03-03 02:57:10 +0000
commit2ceaee08db650fdae18eb66f5e882191fa94734d (patch)
tree1b9249bddcd39bfab34b5ee412aa6eacaf83d713 /x11/zenity
parentFix pkg-plist. (diff)
Clean up pre-configure target a bit.
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Notes
Notes: svn path=/head/; revision=76775
Diffstat (limited to 'x11/zenity')
-rw-r--r--x11/zenity/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile
index e57ffe4345c1..20cdebca7a04 100644
--- a/x11/zenity/Makefile
+++ b/x11/zenity/Makefile
@@ -28,6 +28,7 @@ USE_REINPLACE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
pre-configure:
- @${FIND} ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} 's|@DATADIRNAME@|share|'
+ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|@DATADIRNAME@|share|'
.include <bsd.port.mk>