diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 03:59:24 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 03:59:24 +0000 |
commit | 5fd80dfeb31d735b527858efb7f6e4624433e102 (patch) | |
tree | 8326537cabbb2551f475dfd4b09ae035bc1197b4 /x11 | |
parent | 319cd466b37e9ee8dcc0a483c4d67345b87cbe90 (diff) | |
download | pkgsrc-5fd80dfeb31d735b527858efb7f6e4624433e102.tar.gz |
'Please use "${TRUE}" instead of "true".'
Diffstat (limited to 'x11')
-rw-r--r-- | x11/py-Tk/Makefile | 4 | ||||
-rw-r--r-- | x11/py-kiwi/Makefile | 6 |
2 files changed, 5 insertions, 5 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" diff --git a/x11/py-kiwi/Makefile b/x11/py-kiwi/Makefile index 39bfa886f21..1d8540f90bb 100644 --- a/x11/py-kiwi/Makefile +++ b/x11/py-kiwi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2013/02/16 11:25:24 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2013/04/06 03:59:24 rodent Exp $ # DISTNAME= kiwi-1.9.29 @@ -24,8 +24,8 @@ SUBST_SED.localedir= -e 's|share/locale|${PKGLOCALEDIR}/locale|' # tarball contains neither api nor howto. post-install: - rmdir ${DESTDIR}${PREFIX}/share/doc/kiwi/api || true - rmdir ${DESTDIR}${PREFIX}/share/doc/kiwi/howto || true + rmdir ${DESTDIR}${PREFIX}/share/doc/kiwi/api || ${TRUE} + rmdir ${DESTDIR}${PREFIX}/share/doc/kiwi/howto || ${TRUE} .include "../../lang/python/application.mk" .include "../../lang/python/distutils.mk" |