diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-01 09:29:31 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-01 09:29:31 +0000 |
commit | 240f65c2cfddb8c1de2e26c35826d00524af1c32 (patch) | |
tree | 709c3635859adc771b9efd5bd1eca51b91f96682 /devel/gnomevfs2 | |
parent | 6f49b840033220fb843717aa8e450f8a60698801 (diff) | |
download | ports-240f65c2cfddb8c1de2e26c35826d00524af1c32.tar.gz ports-240f65c2cfddb8c1de2e26c35826d00524af1c32.zip |
Notes
Diffstat (limited to 'devel/gnomevfs2')
-rw-r--r-- | devel/gnomevfs2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index a4aef0aa3004..36aa3405c7cb 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -38,7 +38,7 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} pre-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/pkgconfig|\(prefix)/libdata/pkgconfig|g ; \ + 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \ s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g' @find ${WRKSRC} -name "*info.in" | xargs ${REINPLACE_CMD} -e \ 's|\@datadir\@/gnome|\@datadir\@|g' |