From f02df08864059c07a124112704fa3d054bcbae60 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 7 Aug 2017 17:56:12 +0000 Subject: 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. --- chat/spectrum/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chat/spectrum') 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} -- cgit v1.2.3