summaryrefslogtreecommitdiff
path: root/geography/py-trytond-country
diff options
context:
space:
mode:
authorjperkin <jperkin>2017-01-03 13:23:01 +0000
committerjperkin <jperkin>2017-01-03 13:23:01 +0000
commitd911e956b9254c4326233d7a093bb1fd2b5be2ba (patch)
tree88dc200a587cac93deef4c7a8289fd9064fd6585 /geography/py-trytond-country
parentcd6f68b0163b43e0670c1c418ae654d17e68e0a7 (diff)
downloadpkgsrc-d911e956b9254c4326233d7a093bb1fd2b5be2ba.tar.gz
Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets.
Diffstat (limited to 'geography/py-trytond-country')
-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"