summaryrefslogtreecommitdiff
path: root/sysutils/py-xattr
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
commitb2c72c7fada41010e5beeed332e23ef2d5e7ff93 (patch)
tree0afef97b509bb0ade4367b6585a9a9119c9042e7 /sysutils/py-xattr
parent75e1986ea1f9aefbe1614eb290f3526ca149a93d (diff)
downloadpkgsrc-b2c72c7fada41010e5beeed332e23ef2d5e7ff93.tar.gz
Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets.
Diffstat (limited to 'sysutils/py-xattr')
-rw-r--r--sysutils/py-xattr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/py-xattr/Makefile b/sysutils/py-xattr/Makefile
index a41663b67d2..44be4831306 100644
--- a/sysutils/py-xattr/Makefile
+++ b/sysutils/py-xattr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:58 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2017/01/03 13:23:04 jperkin Exp $
DISTNAME= v0.7.6
PROPERNAME= ${DISTNAME:S/v/xattr-/}
@@ -26,7 +26,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/xattr \
- ${DESTDIR}${PREFIX}/bin/xattr-${PYVERSSUFFIX}
+ ${DESTDIR}${PREFIX}/bin/xattr-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"