diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-18 05:42:57 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-18 05:42:57 +0800 |
commit | 405badd9a7004e0f501182c8e9e3fa04a8689451 (patch) | |
tree | 279d06e053784a9ac21439e77f7c5c2e99daa4a4 /devel/gnome-vfs/Makefile | |
parent | 735977e4a087987bc22011b44adea5f4bc67e555 (diff) | |
download | marcuscom-ports-405badd9a7004e0f501182c8e9e3fa04a8689451.tar marcuscom-ports-405badd9a7004e0f501182c8e9e3fa04a8689451.tar.gz marcuscom-ports-405badd9a7004e0f501182c8e9e3fa04a8689451.tar.bz2 marcuscom-ports-405badd9a7004e0f501182c8e9e3fa04a8689451.tar.lz marcuscom-ports-405badd9a7004e0f501182c8e9e3fa04a8689451.tar.xz marcuscom-ports-405badd9a7004e0f501182c8e9e3fa04a8689451.tar.zst marcuscom-ports-405badd9a7004e0f501182c8e9e3fa04a8689451.zip |
Add some FreeBSD-specific common top-level mount points that gnome-vfs
should ignore.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7325 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-vfs/Makefile')
-rw-r--r-- | devel/gnome-vfs/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index 1bfdc223b..8d8228ef3 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -3,12 +3,12 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gnome-vfs/Makefile,v 1.155 2006/08/22 00:22:31 ahze Exp $ +# $MCom: ports/devel/gnome-vfs/Makefile,v 1.156 2006/09/04 14:27:36 ahze Exp $ # PORTNAME= gnome-vfs PORTVERSION= 2.16.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-vfs/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -82,8 +82,10 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/libgnomevfs/Makefile.in @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ + s|/usr/X11R6|${X11BASE}|g ; \ s|%%X11BASE%%|${X11BASE}|g' \ - ${WRKSRC}/libgnomevfs/xdgmime.c + ${WRKSRC}/libgnomevfs/xdgmime.c \ + ${WRKSRC}/libgnomevfs/gnome-vfs-hal-mounts.c @${REINPLACE_CMD} -e 's|-lacl||g' \ ${WRKSRC}/configure @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ |