summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2017-01-03 13:23:01 +0000
committerjperkin <jperkin@pkgsrc.org>2017-01-03 13:23:01 +0000
commit65c42d63b7541060d844826eb83c398260393723 (patch)
tree88dc200a587cac93deef4c7a8289fd9064fd6585 /archivers
parent83f246da7f432a02c4ee9eee39ed9659191666b8 (diff)
downloadpkgsrc-65c42d63b7541060d844826eb83c398260393723.tar.gz
Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/py-yuicompressor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/py-yuicompressor/Makefile b/archivers/py-yuicompressor/Makefile
index a4a85a9baf4..4f0473b7eda 100644
--- a/archivers/py-yuicompressor/Makefile
+++ b/archivers/py-yuicompressor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/08/28 15:48:28 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2017/01/03 13:23:01 jperkin Exp $
DISTNAME= yuicompressor-2.4.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ USE_JAVA= run
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/yuicompressor \
- ${DESTDIR}${PREFIX}/bin/yuicompressor${PYVERSSUFFIX}
+ ${DESTDIR}${PREFIX}/bin/yuicompressor${PYVERSSUFFIX} || ${TRUE}
.include "../../mk/java-vm.mk"
.include "../../lang/python/egg.mk"