summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2017-08-07 17:56:12 +0000
committerjlam <jlam@pkgsrc.org>2017-08-07 17:56:12 +0000
commitf02df08864059c07a124112704fa3d054bcbae60 (patch)
tree38f7fb854154cbfd1118814735eefd54edc7b735 /chat
parentd181d74625bcf10c79c3f687feb2e408c7e887bf (diff)
downloadpkgsrc-f02df08864059c07a124112704fa3d054bcbae60.tar.gz
Fix packages that had INSTALLATION_DIRS+=$(PKG_SYSCONFDIR}.
Set PKG_SYSCONFSUBDIR where appropriate, and use {MAKE,OWN}_DIRS to create the directory tree under ${PKG_SYSCONFDIR} instead of using INSTALLATION_DIRS. Bump the PKGREVISION of packages that changed due to changes in the package install scripts.
Diffstat (limited to 'chat')
-rw-r--r--chat/spectrum/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/spectrum/Makefile b/chat/spectrum/Makefile
index ac76f3e620e..4456827cd0f 100644
--- a/chat/spectrum/Makefile
+++ b/chat/spectrum/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2017/04/22 21:03:25 adam Exp $
+# $NetBSD: Makefile,v 1.59 2017/08/07 17:56:12 jlam Exp $
DISTNAME= spectrum-1.4.8
PKGREVISION= 37
@@ -93,7 +93,7 @@ MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
FILES_SUBST+= PREFIX=${PREFIX}
FILES_SUBST+= JABBER_USER=${JABBER_USER}
-INSTALLATION_DIRS+= bin ${PKG_SYSCONFDIR}
+INSTALLATION_DIRS+= bin
INSTALLATION_DIRS+= share/locales
INSTALLATION_DIRS+= ${EGDIR}
# INSTALLATION_DIRS+= ${DOCDIR}