aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-05-09 18:25:52 +0800
committeritetcu <itetcu@FreeBSD.org>2006-05-09 18:25:52 +0800
commitd82ef700f11996d3ab2f0ce41ccf46047d787dac (patch)
treeec186de0348ed2c09d6398aaa4ad01cddeb09188 /devel
parentdfd625824dbb001ab68f6d47858ff5400bb0631a (diff)
downloadfreebsd-ports-gnome-d82ef700f11996d3ab2f0ce41ccf46047d787dac.tar.gz
freebsd-ports-gnome-d82ef700f11996d3ab2f0ce41ccf46047d787dac.tar.zst
freebsd-ports-gnome-d82ef700f11996d3ab2f0ce41ccf46047d787dac.zip
Portlint.
PR: ports/95834 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Approved by: Marcus von Appen <mva@sysfault.org> (maintainer), lawrance (mentor)
Diffstat (limited to 'devel')
-rw-r--r--devel/py-game/Makefile5
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