diff options
-rw-r--r-- | devel/dconf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index a56960b1eb41..3df02ecff096 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -3,6 +3,7 @@ PORTNAME= dconf PORTVERSION= 0.24.0 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DISTNAME= dconf-${PORTVERSION} @@ -24,6 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \ + -e 's|"/etc"|"${PREFIX}/etc"|g' \ ${WRKSRC}/engine/dconf-engine.c \ ${WRKSRC}/engine/dconf-engine-profile.c \ ${WRKSRC}/engine/dconf-engine-source-system.c \ |