summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorleot <leot>2017-02-03 08:42:32 +0000
committerleot <leot>2017-02-03 08:42:32 +0000
commit53fa46cfe192fd43352fd794f58a5b0f5a316f0b (patch)
tree6aa7b2b2819c352bf8d5866111915965efbaec8f /x11
parent860aa11885e5cd760805227845e0b9401ca8376e (diff)
downloadpkgsrc-53fa46cfe192fd43352fd794f58a5b0f5a316f0b.tar.gz
${PKG_SYSCONFDIR} could not exist, add it to MAKE_DIRS to fix PR pkg/51940
reported by Paul Goyette. Bump PKGREVISION
Diffstat (limited to 'x11')
-rw-r--r--x11/xdg-user-dirs/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/xdg-user-dirs/Makefile b/x11/xdg-user-dirs/Makefile
index 0d5dda43b4f..7228c3500c8 100644
--- a/x11/xdg-user-dirs/Makefile
+++ b/x11/xdg-user-dirs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2015/08/27 21:44:59 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/02/03 08:42:32 leot Exp $
DISTNAME= xdg-user-dirs-0.15
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://user-dirs.freedesktop.org/releases/
@@ -17,7 +17,8 @@ GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt
-EGDIR= ${PREFIX}/share/examples/xdg
+EGDIR= ${PREFIX}/share/examples/xdg
+MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg
CONF_FILES+= ${EGDIR}/user-dirs.conf \
${PKG_SYSCONFDIR}/xdg/user-dirs.conf