pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-click-aliases



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 29 23:55:46 UTC 2023

Modified Files:
        pkgsrc/devel/py-click-aliases: Makefile

Log Message:
py-click-aliases: make PKGNAME match directory name


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-click-aliases/Makefile

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

Modified files:

Index: pkgsrc/devel/py-click-aliases/Makefile
diff -u pkgsrc/devel/py-click-aliases/Makefile:1.2 pkgsrc/devel/py-click-aliases/Makefile:1.3
--- pkgsrc/devel/py-click-aliases/Makefile:1.2  Sun Oct 29 23:27:25 2023
+++ pkgsrc/devel/py-click-aliases/Makefile      Sun Oct 29 23:55:46 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2023/10/29 23:27:25 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/10/29 23:55:46 wiz Exp $
 
 DISTNAME=      click_aliases-1.0.2
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/click_aliases/}
 



Home | Main Index | Thread Index | Old Index