summaryrefslogtreecommitdiff
path: root/graphics/py-opengl
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-14 10:48:02 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-14 10:48:02 +0000
commitc99c6009443219fbcb10c1baf7b6d0c93975f58a (patch)
tree979eeecc24182fdbefd4b376f9c47b344f7780cb /graphics/py-opengl
parentThere was one PKGNAME hiding inside an .if. (diff)
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Notes
Notes: svn path=/head/; revision=27514
Diffstat (limited to 'graphics/py-opengl')
-rw-r--r--graphics/py-opengl/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/py-opengl/Makefile b/graphics/py-opengl/Makefile
index 0472aed955ae..da18dcbdfd14 100644
--- a/graphics/py-opengl/Makefile
+++ b/graphics/py-opengl/Makefile
@@ -1,15 +1,16 @@
# New ports collection makefile for: PyOpenGL
-# Version required: 1.5.5
# Date created: Wed Aug 18 18:49:17 EDT 1999
# Whom: Randall Hopper <aa8vb@ipass.net>
#
# $FreeBSD$
#
-DISTNAME= PyOpenGL-1.5.5
-PKGNAME= py-opengl-1.5.5
+PORTNAME= opengl
+PORTVERSION= 1.5.5
CATEGORIES= graphics python
MASTER_SITES= http://starship.python.net/crew/da/
+PKGNAMEPREFIX= py-
+DISTNAME= PyOpenGL-${PORTVERSION}
MAINTAINER= aa8vb@ipass.net