summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2014-06-14 10:26:36 +0000
committerwiedi <wiedi@pkgsrc.org>2014-06-14 10:26:36 +0000
commit91598bba5510878b05cf62825e85e8fc73fe2938 (patch)
treeb6e7cd0c9a00ae79ecb5a4a5cca179370c21cd12 /chat
parent1315270df55fa99cbd0acab752025f7949a3b0e9 (diff)
downloadpkgsrc-91598bba5510878b05cf62825e85e8fc73fe2938.tar.gz
fix SMF Manifest installation by not overwriting INSTALLATION_DIRS
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 8efc16e3b76..fe77171af84 100644
--- a/chat/spectrum/Makefile
+++ b/chat/spectrum/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2014/05/09 07:36:55 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2014/06/14 10:26:36 wiedi Exp $
DISTNAME= spectrum-1.4.8
PKGREVISION= 26
@@ -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 ${PKG_SYSCONFDIR}
INSTALLATION_DIRS+= share/locales
INSTALLATION_DIRS+= ${EGDIR}
# INSTALLATION_DIRS+= ${DOCDIR}