summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-03-12 14:50:11 +0000
committerrillig <rillig@pkgsrc.org>2006-03-12 14:50:11 +0000
commitb107baca56484f959eaa8e5690eb20fad8c69acf (patch)
tree19740e2a0b7c64b11d7e8f2bf81270217ab3afc7 /chat
parent22514738e5f915ac370d3b25ba0d65f00beaebba (diff)
downloadpkgsrc-b107baca56484f959eaa8e5690eb20fad8c69acf.tar.gz
Fixed some pkglint warnings.
Diffstat (limited to 'chat')
-rw-r--r--chat/psi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/psi/Makefile b/chat/psi/Makefile
index 1200c6f5cd3..8f70716124d 100644
--- a/chat/psi/Makefile
+++ b/chat/psi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2006/03/02 23:00:46 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2006/03/12 14:50:11 rillig Exp $
PSI_VERSION= 0.10
DISTNAME= psi-${PSI_VERSION}
@@ -37,7 +37,7 @@ LANG_FILES= psi_bg.qm psi_ca.qm psi_eo.qm psi_es.qm psi_fr.qm \
psi_pt_BR.qm psi_sk.qm psi_sl.qm psi_vi.qm psi_zh.qm
.for l in ${LANG_FILES}
-SITES_${l}= http://psi-im.org/files/translation/${PSI_VERSION}/
+SITES.${l}= http://psi-im.org/files/translation/${PSI_VERSION}/
.endfor
INSTALLATION_DIRS= bin share/psi share/doc/psi
@@ -49,7 +49,7 @@ INSTALLATION_DIRS= bin share/psi share/doc/psi
post-configure:
${SED} \
-e 's:^CHK_DIR_EXISTS *= *$$:CHK_DIR_EXISTS=test -d:' \
- -e "s:^MKDIR *= *$$:MKDIR=${MKDIR}:" \
+ -e 's:^MKDIR *= *$$:MKDIR=${MKDIR}:' \
-e "s:/bin/true:${TRUE}:" < ${WRKSRC}/Makefile \
> ${WRKSRC}/Makefile.new
${MV} ${WRKSRC}/Makefile.new ${WRKSRC}/Makefile