summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-06 03:59:24 +0000
committerrodent <rodent@pkgsrc.org>2013-04-06 03:59:24 +0000
commit24f484e2e2db534dc78f5ec8422b7a2651a3e3b2 (patch)
tree8326537cabbb2551f475dfd4b09ae035bc1197b4 /textproc
parent5bd2d8210978b5560a9217bbe6334e31cb758917 (diff)
downloadpkgsrc-24f484e2e2db534dc78f5ec8422b7a2651a3e3b2.tar.gz
'Please use "${TRUE}" instead of "true".'
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-expat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-expat/Makefile b/textproc/py-expat/Makefile
index 0fb97a11ae2..d3d1c55479d 100644
--- a/textproc/py-expat/Makefile
+++ b/textproc/py-expat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/10/25 06:56:49 asau Exp $
+# $NetBSD: Makefile,v 1.20 2013/04/06 03:59:24 rodent Exp $
#
PKGNAME= ${PYPKGPREFIX}-expat-0
@@ -25,7 +25,7 @@ PYSETUPINSTALLARGS+= --install-lib ${PREFIX}/${PYLIB}/lib-dynload
do-patch:
(cd ${WRKSRC}; \
for f in ${PATCHDIR}/patch-*;do \
- ${PATCH} --batch <$$f || true; \
+ ${PATCH} --batch <$$f || ${TRUE}; \
done)
.include "../../textproc/expat/buildlink3.mk"