diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-12 09:46:09 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-12 09:46:09 +0000 |
commit | 5a1964dbcdc0128fad7ad6894a9b3683b8e997c8 (patch) | |
tree | e758d068d77a1912b656f82019bb6260b7ab9f96 /devel/gnomevfs2 | |
parent | cc6596753b50e5161161c7635e1daed11d676428 (diff) | |
download | ports-5a1964dbcdc0128fad7ad6894a9b3683b8e997c8.tar.gz ports-5a1964dbcdc0128fad7ad6894a9b3683b8e997c8.zip |
Notes
Diffstat (limited to 'devel/gnomevfs2')
-rw-r--r-- | devel/gnomevfs2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index 19b32290554c..225db7b0369a 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -48,7 +48,6 @@ LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam .endif post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "*info.in" | xargs ${REINPLACE_CMD} -e \ 's|\@datadir\@/gnome|\@datadir\@|g' @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ |