diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-11 15:31:46 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-11 15:31:46 +0000 |
commit | 56dc32204bad654a33f748f15525ae2478dda76c (patch) | |
tree | 3937ab3f9e452769dfc3da529bc9b040b4183bc3 /devel/libbonobo/Makefile | |
parent | 169df2917434face98111a403e13db5d03f78444 (diff) | |
download | FreeBSD-ports-56dc32204bad654a33f748f15525ae2478dda76c.zip FreeBSD-ports-56dc32204bad654a33f748f15525ae2478dda76c.tar.gz |
Use USE_REINPLACE.
Diffstat (limited to 'devel/libbonobo/Makefile')
-rw-r--r-- | devel/libbonobo/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index e380bf1..6cb2d3f 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= bonobo-activation.4:${PORTSDIR}/devel/bonobo-activation USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes +USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ @@ -29,8 +30,8 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale pre-patch: - @find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \ - 's|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g ; \ - s|\$\(libdir\)/bonobo/servers|\$\(prefix\)/libdata/bonobo/servers|g' + @find ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} -e \ + 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \ + s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g' .include <bsd.port.mk> |