diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-27 12:06:32 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-27 12:06:32 +0000 |
commit | a96dda312e1395c87c3eeed3660eb4c1c0d00584 (patch) | |
tree | 3e67a69bf7a2ee9f3ed953ba645ff73a977d0413 /graphics/py-opengl/Makefile | |
parent | 9f35f80815dd5cf395beecdd5e5a2bc84371d813 (diff) |
Notes
Diffstat (limited to 'graphics/py-opengl/Makefile')
-rw-r--r-- | graphics/py-opengl/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/py-opengl/Makefile b/graphics/py-opengl/Makefile index e040632edf12..b756e7885e84 100644 --- a/graphics/py-opengl/Makefile +++ b/graphics/py-opengl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= opengl -PORTVERSION= 1.5.6 +PORTVERSION= 1.5.7 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= py${PORTNAME} @@ -26,7 +26,8 @@ USE_PYTHON= yes USE_MESA= yes OSMAJOR!= /usr/bin/uname -r | sed -e 's/\..*//' -PLIST_SUB+= OSMAJOR=${OSMAJOR} +PLIST_SUB+= OSMAJOR=${OSMAJOR} \ + PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||g} SETUP_CMD= cd ${WRKSRC} && ${PYTHON_CMD} setup.py @@ -38,7 +39,7 @@ do-build: ${SETUP_CMD} build do-install: - ${SETUP_CMD} install + ${SETUP_CMD} install -c -O1 --prefix=${PREFIX} post-install: ${LOCALBASE}/bin/tclsh8.3 ${WRKSRC}/register.tcl |