summaryrefslogtreecommitdiff
path: root/x11/py-Tk
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 /x11/py-Tk
parent5bd2d8210978b5560a9217bbe6334e31cb758917 (diff)
downloadpkgsrc-24f484e2e2db534dc78f5ec8422b7a2651a3e3b2.tar.gz
'Please use "${TRUE}" instead of "true".'
Diffstat (limited to 'x11/py-Tk')
-rw-r--r--x11/py-Tk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/py-Tk/Makefile b/x11/py-Tk/Makefile
index acbb58db90a..8c05fc64f72 100644
--- a/x11/py-Tk/Makefile
+++ b/x11/py-Tk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2012/10/29 05:06:44 asau Exp $
+# $NetBSD: Makefile,v 1.52 2013/04/06 03:59:24 rodent Exp $
#
PKGNAME= ${PYPKGPREFIX}-Tk-0
@@ -32,7 +32,7 @@ EXTRACT_ELEMENTS+= ${PYSUBDIR}/Modules/tkinter.h
# ignore errors due to missing files (EXTRACT_ELEMENTS!)
do-patch:
cd ${WRKSRC} && for f in ${PATCHDIR}/patch-*; do \
- ${PATCH} ${PATCHARGS} --batch <$$f || true; \
+ ${PATCH} ${PATCHARGS} --batch <$$f || ${TRUE}; \
done
.include "../../lang/python/srcdist.mk"