diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-20 14:19:03 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-20 14:19:03 +0800 |
commit | 7aaac94687bbd1fbba5c429799a7be644be18e65 (patch) | |
tree | c381ae1867f43ebbb38804fcc26e9000098038d2 | |
parent | 22b845015df6acb2f643a2b200d74d5a67be3e08 (diff) | |
download | marcuscom-ports-7aaac94687bbd1fbba5c429799a7be644be18e65.tar marcuscom-ports-7aaac94687bbd1fbba5c429799a7be644be18e65.tar.gz marcuscom-ports-7aaac94687bbd1fbba5c429799a7be644be18e65.tar.bz2 marcuscom-ports-7aaac94687bbd1fbba5c429799a7be644be18e65.tar.lz marcuscom-ports-7aaac94687bbd1fbba5c429799a7be644be18e65.tar.xz marcuscom-ports-7aaac94687bbd1fbba5c429799a7be644be18e65.tar.zst marcuscom-ports-7aaac94687bbd1fbba5c429799a7be644be18e65.zip |
Merge post-patch fix from ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8889 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/gnome-vfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index 51ed544b6..eac05f154 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gnome-vfs/Makefile,v 1.171 2007/05/19 21:36:05 marcus Exp $ +# $MCom: ports/devel/gnome-vfs/Makefile,v 1.172 2007/05/19 21:59:45 marcus Exp $ # PORTNAME= gnome-vfs @@ -82,7 +82,7 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/libgnomevfs/Makefile.in @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g; \ + s|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/libgnomevfs/xdgmime.c \ ${WRKSRC}/libgnomevfs/gnome-vfs-hal-mounts.c @${REINPLACE_CMD} -e 's|-lacl||g' \ |