From d33402d9b986a380e70d68862852d2f2f8bd5c0b Mon Sep 17 00:00:00 2001 From: mezz Date: Sun, 20 Mar 2011 18:26:37 +0000 Subject: 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 --- devel/dconf/Makefile | 7 ++++--- 1 file 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 # # $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 -- cgit v1.2.3