summaryrefslogtreecommitdiffstats
path: root/sysutils/accountsservice/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-28 03:59:51 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-03-28 03:59:51 +0800
commitb3b9be66fd7859f87142422a4d3b7629d71fded5 (patch)
tree12f95889d9cd40f6e509d993690272fd470915c3 /sysutils/accountsservice/Makefile
parent1e4eb5cdf5f47f04bcf3f979f79bf0a9c8f71718 (diff)
downloadmarcuscom-ports-b3b9be66fd7859f87142422a4d3b7629d71fded5.tar
marcuscom-ports-b3b9be66fd7859f87142422a4d3b7629d71fded5.tar.gz
marcuscom-ports-b3b9be66fd7859f87142422a4d3b7629d71fded5.tar.bz2
marcuscom-ports-b3b9be66fd7859f87142422a4d3b7629d71fded5.tar.lz
marcuscom-ports-b3b9be66fd7859f87142422a4d3b7629d71fded5.tar.xz
marcuscom-ports-b3b9be66fd7859f87142422a4d3b7629d71fded5.tar.zst
marcuscom-ports-b3b9be66fd7859f87142422a4d3b7629d71fded5.zip
Update to 0.6.7.
Correct location of gdm/custom.conf, use offical distfile. Update fixes showing users users on Amd64 [2] Submitted by: mezz@ [1], tcb on irc [2] git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15618 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/accountsservice/Makefile')
-rw-r--r--sysutils/accountsservice/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/accountsservice/Makefile b/sysutils/accountsservice/Makefile
index b5165822f..cacce1b87 100644
--- a/sysutils/accountsservice/Makefile
+++ b/sysutils/accountsservice/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= accountsservice
-PORTVERSION= 0.6.5
+PORTVERSION= 0.6.7
CATEGORIES= sysutils devel
-MASTER_SITES= LOCAL/kwm
+MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/
MAINTAINER= kwm@FreeBSD.org
COMMENT= D-Bus interface for user account query and manipulation
@@ -26,4 +26,8 @@ USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+post-patch:
+ @${REINPLACE_CMD} -e 's|/etc/gdm/custon.conf|${LOCALBASE}/etc/gdm/custom.conf|g' \
+ ${WRKSRC}/src/daemon.c
+
.include <bsd.port.mk>