diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-23 04:45:37 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-23 04:45:37 +0800 |
commit | 53d84ea0f3307a1226a59dc241d9d5c86d9de395 (patch) | |
tree | 4f861d8bb9ff0c5d701351629369ae0c4c4da110 /devel/gnome-vfs/Makefile | |
parent | f1afabc4aef9dc7955d0971012e2fdedf1c930b3 (diff) | |
download | marcuscom-ports-53d84ea0f3307a1226a59dc241d9d5c86d9de395.tar marcuscom-ports-53d84ea0f3307a1226a59dc241d9d5c86d9de395.tar.gz marcuscom-ports-53d84ea0f3307a1226a59dc241d9d5c86d9de395.tar.bz2 marcuscom-ports-53d84ea0f3307a1226a59dc241d9d5c86d9de395.tar.lz marcuscom-ports-53d84ea0f3307a1226a59dc241d9d5c86d9de395.tar.xz marcuscom-ports-53d84ea0f3307a1226a59dc241d9d5c86d9de395.tar.zst marcuscom-ports-53d84ea0f3307a1226a59dc241d9d5c86d9de395.zip |
Fix a few of X11BASE -> LOCALBASE, gconf is living in LOCALBASE now. Bump the
PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6694 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-vfs/Makefile')
-rw-r--r-- | devel/gnome-vfs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index 8de2eeb76..55c8f3c66 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.149 2006/07/19 05:13:46 ahze Exp $ +# $MCom: ports/devel/gnome-vfs/Makefile,v 1.150 2006/07/21 20:46:55 mezz Exp $ # PORTNAME= gnome-vfs PORTVERSION= 2.15.3 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-vfs/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -86,9 +86,9 @@ post-patch: ${WRKSRC}/libgnomevfs/xdgmime.c @${REINPLACE_CMD} -e 's|-lacl||g' \ ${WRKSRC}/configure - @${SED} -e 's|%%X11BASE%%|${X11BASE}|g' \ + @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ < ${MASTERDIR}/pkg-install.in > ${PKGINSTALL} - @${SED} -e 's|%%X11BASE%%|${X11BASE}|g' \ + @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ < ${MASTERDIR}/pkg-deinstall.in > ${PKGDEINSTALL} pre-configure: |