summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorjperkin <jperkin>2017-01-03 13:23:01 +0000
committerjperkin <jperkin>2017-01-03 13:23:01 +0000
commit03854a5864ac9fcd7657b46bd995fa852e4ffd0b (patch)
tree88dc200a587cac93deef4c7a8289fd9064fd6585 /geography
parent7e67108bb9cee851c5611fde5e346cec0df5381b (diff)
downloadpkgsrc-03854a5864ac9fcd7657b46bd995fa852e4ffd0b.tar.gz
Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets.
Diffstat (limited to 'geography')
-rw-r--r--geography/py-trytond-country/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/py-trytond-country/Makefile b/geography/py-trytond-country/Makefile
index 4a211d05bf9..6c0eb605dc1 100644
--- a/geography/py-trytond-country/Makefile
+++ b/geography/py-trytond-country/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/12/04 21:13:05 rodent Exp $
+# $NetBSD: Makefile,v 1.10 2017/01/03 13:23:03 jperkin Exp $
TRYTON_MODULE_NAME= trytond_country
.include "../../devel/py-trytond/Makefile.common"
CATEGORIES= geography python
@@ -18,7 +18,7 @@ PY_PATCHPLIST= yes
post-install:
${MV} ${DESTDIR}${PREFIX}/bin/trytond_import_zip \
- ${DESTDIR}${PREFIX}/bin/trytond${PYVERSSUFFIX}_import_zip
+ ${DESTDIR}${PREFIX}/bin/trytond${PYVERSSUFFIX}_import_zip || ${TRUE}
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"