pkgsrc-WIP-changes archive

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

fix prefix name



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Nov 22 23:14:17 2015 +0100
Changeset:	15d65dd31ebcea663b4c49be1869fd413dbfc993

Modified Files:
	py-tils/Makefile

Log Message:
fix prefix name

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

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

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

diffs:
diff --git a/py-tils/Makefile b/py-tils/Makefile
index cae958b..0e486a0 100644
--- a/py-tils/Makefile
+++ b/py-tils/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	pytils-0.3
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S//py/}
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/pytils/}
 


Home | Main Index | Thread Index | Old Index