diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-13 14:23:59 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-01-13 14:23:59 +0800 |
commit | c9856a48b64c59d5158f3112dad0ec6b160943db (patch) | |
tree | 86ee00b8e5b5b0c16eef24b295eae46df06c83ea | |
parent | 9c2092d12f5f1f8a0a7853e523c742819126e462 (diff) | |
download | marcuscom-ports-c9856a48b64c59d5158f3112dad0ec6b160943db.tar marcuscom-ports-c9856a48b64c59d5158f3112dad0ec6b160943db.tar.gz marcuscom-ports-c9856a48b64c59d5158f3112dad0ec6b160943db.tar.bz2 marcuscom-ports-c9856a48b64c59d5158f3112dad0ec6b160943db.tar.lz marcuscom-ports-c9856a48b64c59d5158f3112dad0ec6b160943db.tar.xz marcuscom-ports-c9856a48b64c59d5158f3112dad0ec6b160943db.tar.zst marcuscom-ports-c9856a48b64c59d5158f3112dad0ec6b160943db.zip |
Whoops. Add a missing '\'.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1640 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/gnome-vfs/Makefile | 2 | ||||
-rw-r--r-- | devel/gnomevfs2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index 2446bff5a..bed377913 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -59,7 +59,7 @@ post-patch: 's|\@datadir\@/gnome|\@datadir\@|g' @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/libgnomevfs/Makefile.in \ - ${WRKSRC}/libgnomevfs/xdgmime.c + ${WRKSRC}/libgnomevfs/xdgmime.c \ ${WRKSRC}/modules/vfolder/applications-all-users.vfolder-info.in @${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" \ ${WRKSRC}/Makefile.in diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index 2446bff5a..bed377913 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -59,7 +59,7 @@ post-patch: 's|\@datadir\@/gnome|\@datadir\@|g' @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/libgnomevfs/Makefile.in \ - ${WRKSRC}/libgnomevfs/xdgmime.c + ${WRKSRC}/libgnomevfs/xdgmime.c \ ${WRKSRC}/modules/vfolder/applications-all-users.vfolder-info.in @${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" \ ${WRKSRC}/Makefile.in |