From 1bb09731d2785290daf281291729008ad4e2ff1b Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 23 Sep 2015 11:40:06 +0000 Subject: (b)make preserves spaces between variable expansions, so only add LANG_FILES if it is not empty. --- chat/psi/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'chat') diff --git a/chat/psi/Makefile b/chat/psi/Makefile index 004e85ee536..25cf320d857 100644 --- a/chat/psi/Makefile +++ b/chat/psi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2015/04/25 13:40:39 tnn Exp $ +# $NetBSD: Makefile,v 1.82 2015/09/23 11:40:06 joerg Exp $ DISTNAME= psi-0.15 PKGREVISION= 8 @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= qca2-ossl>=2.0.0beta3:../../security/qca2-ossl DIST_SUBDIR= ${DISTNAME} -DISTFILES= ${DEFAULT_DISTFILES} ${LANG_FILES} +DISTFILES= ${DEFAULT_DISTFILES} USE_TOOLS+= gmake unzip pkg-config USE_LANGUAGES= c c++ @@ -56,7 +56,8 @@ INSTALL_MAKE_FLAGS= INSTALL_ROOT=${DESTDIR} # psi_uk.qm psi_ur_PK.qm psi_vi.qm psi_zh_CN.qm psi_zh_TW.qm .for f in ${LANG_FILES} - SITES.${f}=http://psi-im.org/download/lang/ +DISTFILES+= ${f} +SITES.${f}= http://psi-im.org/download/lang/ .endfor post-install: -- cgit v1.2.3