diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-21 02:26:37 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-21 02:26:37 +0800 |
commit | d33402d9b986a380e70d68862852d2f2f8bd5c0b (patch) | |
tree | 878609cb780b4eaa30ffdf25d78a29b79e7c7ac6 /devel | |
parent | eea9211bd4093896e7b96eee60dc4b547cea8079 (diff) | |
download | marcuscom-ports-d33402d9b986a380e70d68862852d2f2f8bd5c0b.tar marcuscom-ports-d33402d9b986a380e70d68862852d2f2f8bd5c0b.tar.gz marcuscom-ports-d33402d9b986a380e70d68862852d2f2f8bd5c0b.tar.bz2 marcuscom-ports-d33402d9b986a380e70d68862852d2f2f8bd5c0b.tar.lz marcuscom-ports-d33402d9b986a380e70d68862852d2f2f8bd5c0b.tar.xz marcuscom-ports-d33402d9b986a380e70d68862852d2f2f8bd5c0b.tar.zst marcuscom-ports-d33402d9b986a380e70d68862852d2f2f8bd5c0b.zip |
Correct a more path in the dconf-model.vala, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15512 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dconf/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index 030c7ba35..674d912c6 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -3,12 +3,12 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/dconf/Makefile,v 1.18 2011/03/10 16:54:25 kwm Exp $ +# $MCom: ports/devel/dconf/Makefile,v 1.19 2011/03/19 22:08:01 kwm Exp $ # PORTNAME= dconf PORTVERSION= 0.7.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -22,7 +22,6 @@ LIB_DEPENDS= gee.2:${PORTSDIR}/devel/libgee \ USE_BZIP2= yes USE_GMAKE= yes -#USE_GETTEXT= yes USE_GNOME= gnomehack gtk20 gtk30 USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -38,6 +37,8 @@ post-patch: ${WRKSRC}/bin/dconf-update.c @${REINPLACE_CMD} -e 's|/usr/local/|${LOCALBASE}/|g' \ ${WRKSRC}/editor/dconf-model.c + @${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|g' \ + ${WRKSRC}/editor/dconf-model.vala pre-build: ${GMAKE} -C ${WRKSRC}/client dconf-client.c libdconf.so.0 |