summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-05-20 04:59:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-05-20 04:59:02 +0000
commit01693688cc95da008677f8712094b6965309c7d7 (patch)
tree6ffcb7b08fa2bb0af3219b9e86658939c4327cab
parentUpdate the X.Org updating instructions with some last-minute caveats and (diff)
- Fix post-patch (unbalanced quotes)
Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=191562
-rw-r--r--devel/gnome-vfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile
index 65873e625c1e..d97e16bfffc8 100644
--- a/devel/gnome-vfs/Makefile
+++ b/devel/gnome-vfs/Makefile
@@ -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' \