pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-standard-mailcap: Fix PKGNAME



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Dec 15 12:30:03 2025 +0100
Changeset:	e4ca8274b1784124a81e7d72b1b537dd85cf2f00

Modified Files:
	py-standard-mailcap/Makefile

Log Message:
py-standard-mailcap: Fix PKGNAME

This is intended to be installed as Python module, add the
PYPKGPREFIX to PKGNAME too!

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e4ca8274b1784124a81e7d72b1b537dd85cf2f00

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-standard-mailcap/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-standard-mailcap/Makefile b/py-standard-mailcap/Makefile
index adf1a53209..7c5760fe2d 100644
--- a/py-standard-mailcap/Makefile
+++ b/py-standard-mailcap/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	standard_mailcap-3.13.0
-PKGNAME=	${DISTNAME:S/_/-/}
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_PYPI:=s/standard_mailcap/}
 


Home | Main Index | Thread Index | Old Index