From 24f484e2e2db534dc78f5ec8422b7a2651a3e3b2 Mon Sep 17 00:00:00 2001 From: rodent Date: Sat, 6 Apr 2013 03:59:24 +0000 Subject: 'Please use "${TRUE}" instead of "true".' --- textproc/py-expat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc') 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" -- cgit v1.2.3