pkgsrc-WIP-changes archive

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

py-print: Use lowercase in PKGNAME



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Oct 8 01:46:01 2017 +0200
Changeset:	5d243e2ddc71f9dd75ad364f2ab957499b67fa2b

Modified Files:
	py-print/Makefile

Log Message:
py-print: Use lowercase in PKGNAME

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

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

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

diffs:
diff --git a/py-print/Makefile b/py-print/Makefile
index eab4ca09c8..bf1406ebb1 100644
--- a/py-print/Makefile
+++ b/py-print/Makefile
@@ -2,7 +2,7 @@
 
 GITHUB_PROJECT=	PyPrint
 DISTNAME=	PyPrint-0.2.2
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_GITHUB:=coala/}
 


Home | Main Index | Thread Index | Old Index