diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-09 10:25:52 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-09 10:25:52 +0000 |
commit | 055ba349583462fc7dd359f15c3cc9e292cf1e5d (patch) | |
tree | 52d81619630e360181e0202aee43a0299c234e36 /devel/py-game | |
parent | c0a174ba502158ce500fd6ffdfd173bbcbdb0700 (diff) |
Portlint.
PR: ports/95834
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Approved by: Marcus von Appen <mva@sysfault.org> (maintainer),
lawrance (mentor)
Notes
Notes:
svn path=/head/; revision=161792
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 |