diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-01-03 13:23:01 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-01-03 13:23:01 +0000 |
commit | b2c72c7fada41010e5beeed332e23ef2d5e7ff93 (patch) | |
tree | 0afef97b509bb0ade4367b6585a9a9119c9042e7 /geography | |
parent | 75e1986ea1f9aefbe1614eb290f3526ca149a93d (diff) | |
download | pkgsrc-b2c72c7fada41010e5beeed332e23ef2d5e7ff93.tar.gz |
Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/py-trytond-country/Makefile | 4 |
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" |