diff options
author | wiedi <wiedi> | 2014-06-14 10:26:36 +0000 |
---|---|---|
committer | wiedi <wiedi> | 2014-06-14 10:26:36 +0000 |
commit | 7b180a3c82dab9bc3d9d84966976f4fc50e225db (patch) | |
tree | b6e7cd0c9a00ae79ecb5a4a5cca179370c21cd12 | |
parent | caafba333d0d2a42d1c0e9f98efa176c39a9f7fb (diff) | |
download | pkgsrc-7b180a3c82dab9bc3d9d84966976f4fc50e225db.tar.gz |
fix SMF Manifest installation by not overwriting INSTALLATION_DIRS
-rw-r--r-- | chat/spectrum/Makefile | 4 |
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} |