diff options
Diffstat (limited to 'devel/py-game')
-rw-r--r-- | devel/py-game/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |