Skip to content

Commit

Permalink
Fixed some pkglint warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
rillig committed Mar 12, 2006
1 parent 2fe9c60 commit e7cd9fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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}
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e7cd9fa

Please sign in to comment.