diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-03 02:57:10 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-03 02:57:10 +0000 |
commit | 2ceaee08db650fdae18eb66f5e882191fa94734d (patch) | |
tree | 1b9249bddcd39bfab34b5ee412aa6eacaf83d713 /x11/zenity | |
parent | ea09ed089536012a0271077c1ea91b463b74ee48 (diff) |
Notes
Diffstat (limited to 'x11/zenity')
-rw-r--r-- | x11/zenity/Makefile | 3 |
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> |