summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2017-02-03 08:42:32 +0000
committerleot <leot@pkgsrc.org>2017-02-03 08:42:32 +0000
commit0c52a32112607291e7425a7e350ac930a2e0f9ea (patch)
tree459c56c6720141e23e8a7351dc125165054180a7 /x11
parent9814d67b46fd07ecfe2e8826551033fe87188b57 (diff)
downloadpkgsrc-0c52a32112607291e7425a7e350ac930a2e0f9ea.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