diff options
-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} |