summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-06 03:59:24 +0000
committerrodent <rodent>2013-04-06 03:59:24 +0000
commitf837eb18994a5ba911523d737d49739db9a8b752 (patch)
tree8326537cabbb2551f475dfd4b09ae035bc1197b4 /textproc
parent64186116d7fed93ab65c8b27a3bc168a6ff72581 (diff)
downloadpkgsrc-f837eb18994a5ba911523d737d49739db9a8b752.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"