diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-20 04:59:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-20 04:59:02 +0000 |
commit | 01693688cc95da008677f8712094b6965309c7d7 (patch) | |
tree | 6ffcb7b08fa2bb0af3219b9e86658939c4327cab /devel/gnome-vfs | |
parent | 541799c176d4510213537498eb26fdeea58d698c (diff) | |
download | ports-01693688cc95da008677f8712094b6965309c7d7.tar.gz ports-01693688cc95da008677f8712094b6965309c7d7.zip |
Notes
Diffstat (limited to 'devel/gnome-vfs')
-rw-r--r-- | devel/gnome-vfs/Makefile | 2 |
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' \ |