pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/psi Fixed some pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b792710316e3
branches:  trunk
changeset: 509627:b792710316e3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 12 14:50:11 2006 +0000

description:
Fixed some pkglint warnings.

diffstat:

 chat/psi/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0040e3930faf -r b792710316e3 chat/psi/Makefile
--- a/chat/psi/Makefile Sun Mar 12 14:38:25 2006 +0000
+++ b/chat/psi/Makefile Sun Mar 12 14:50:11 2006 +0000
@@ -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 @@
                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 @@
 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



Home | Main Index | Thread Index | Old Index