diff options
Diffstat (limited to 'www/py-uwsgitop/Makefile')
-rw-r--r-- | www/py-uwsgitop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-uwsgitop/Makefile b/www/py-uwsgitop/Makefile index f5c6efaa810..7466462d414 100644 --- a/www/py-uwsgitop/Makefile +++ b/www/py-uwsgitop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/08/28 15:48:37 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2017/01/03 13:23:05 jperkin Exp $ DISTNAME= uwsgitop-0.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -19,7 +19,7 @@ USE_LANGUAGES= # none post-install: ${MV} ${DESTDIR}${PREFIX}/bin/uwsgitop \ - ${DESTDIR}${PREFIX}/bin/uwsgitop${PYVERSSUFFIX} + ${DESTDIR}${PREFIX}/bin/uwsgitop${PYVERSSUFFIX} || ${TRUE} .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |