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
commit319f5c023d74b2f165bd1fd6f4c5aa19ff455b0a (patch)
treeb6e7cd0c9a00ae79ecb5a4a5cca179370c21cd12 /chat
parent79a3330486a9fe1f8b221bcae15203e0366bdaca (diff)
downloadpkgsrc-319f5c023d74b2f165bd1fd6f4c5aa19ff455b0a.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}