diff options
author | marcus <marcus@FreeBSD.org> | 2003-03-03 10:57:10 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-03-03 10:57:10 +0800 |
commit | 28c610d3a7062003338df8cece74ef9301d29eda (patch) | |
tree | 79c04f254bf24f26683461251696f73fd8111af3 /x11/zenity | |
parent | 6206a4fafc27a60471343901b4ad6e9126e40a5f (diff) | |
download | freebsd-ports-gnome-28c610d3a7062003338df8cece74ef9301d29eda.tar.gz freebsd-ports-gnome-28c610d3a7062003338df8cece74ef9301d29eda.tar.zst freebsd-ports-gnome-28c610d3a7062003338df8cece74ef9301d29eda.zip |
Clean up pre-configure target a bit.
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
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> |