From d82ef700f11996d3ab2f0ce41ccf46047d787dac Mon Sep 17 00:00:00 2001 From: itetcu Date: Tue, 9 May 2006 10:25:52 +0000 Subject: Portlint. PR: ports/95834 Submitted by: Alexander Botero-Lowry Approved by: Marcus von Appen (maintainer), lawrance (mentor) --- devel/py-game/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/py-game/Makefile b/devel/py-game/Makefile index a23356f1af6d..444b655c80e3 100644 --- a/devel/py-game/Makefile +++ b/devel/py-game/Makefile @@ -5,11 +5,12 @@ # $FreeBSD$ # -PORTNAME= py-game +PORTNAME= game PORTVERSION= 1.7.1 CATEGORIES= devel python MASTER_SITES= http://pygame.seul.org/ftp/ -DISTNAME= ${PORTNAME:S/-//}-${PORTVERSION}release +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= py${PORTNAME}-${PORTVERSION}release MAINTAINER= mva@sysfault.org COMMENT= A module designed to write games in Python -- cgit