From 9f4400de3f8c03b31d310740d12d4e8d0a3117fc Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 7 Jun 2014 14:26:24 +0000 Subject: Make PKGNAME ${PYPKGPREFIX}-python-digest like for the python2 version, to make it easier for the two to replace each other. --- www/py-python3-digest/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/py-python3-digest/Makefile b/www/py-python3-digest/Makefile index c52791dbea9..092e0076827 100644 --- a/www/py-python3-digest/Makefile +++ b/www/py-python3-digest/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2014/06/02 04:43:12 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2014/06/07 14:26:24 wiz Exp $ DISTNAME= python3-digest-1.8b4 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python3/python/} CATEGORIES= python www MASTER_SITES= https://pypi.python.org/packages/source/p/python3-digest/ -- cgit v1.2.3