From e09786acb5cab7e88950a62f7ac8e2f3f48e63ce Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 16 Jun 2004 22:57:50 +0000 Subject: Name platform-dependent directory plat-${LOWER_OPSYS} instead of plat-${LOWER_OPSYS}1. It makes this package build on platforms where the major version is not 1. Bump PKGREIVISION. --- lang/python15/Makefile | 4 +++- lang/python15/PLIST | 30 +++++++++++++++--------------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/lang/python15/Makefile b/lang/python15/Makefile index 423b8fc08b0..c1e6d381f00 100644 --- a/lang/python15/Makefile +++ b/lang/python15/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:19:17 agc Exp $ +# $NetBSD: Makefile,v 1.8 2004/06/16 22:57:50 minskim Exp $ # DISTNAME= py152 PKGNAME= python15-1.5.2 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.python.org/ftp/python/src/ EXTRACT_SUFX= .tgz @@ -14,6 +15,7 @@ COMMENT= Interpreted, interactive, object-oriented programming language WRKSRC= ${WRKDIR}/Python-1.5.2 GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-thread +CONFIGURE_ENV+= MACHDEP=${LOWER_OPSYS} INSTALL_TARGET= altinstall diff --git a/lang/python15/PLIST b/lang/python15/PLIST index 40dbc8e4511..eb506de7bc3 100644 --- a/lang/python15/PLIST +++ b/lang/python15/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/06/26 10:29:46 seb Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/06/16 22:57:50 minskim Exp $ bin/python1.5 include/python1.5/Python.h include/python1.5/abstract.h @@ -462,19 +462,19 @@ lib/python1.5/pickle.pyo lib/python1.5/pipes.py lib/python1.5/pipes.pyc lib/python1.5/pipes.pyo -lib/python1.5/plat-${LOWER_OPSYS}1/FCNTL.py -lib/python1.5/plat-${LOWER_OPSYS}1/FCNTL.pyc -lib/python1.5/plat-${LOWER_OPSYS}1/FCNTL.pyo -lib/python1.5/plat-${LOWER_OPSYS}1/IN.py -lib/python1.5/plat-${LOWER_OPSYS}1/IN.pyc -lib/python1.5/plat-${LOWER_OPSYS}1/IN.pyo -lib/python1.5/plat-${LOWER_OPSYS}1/SOCKET.py -lib/python1.5/plat-${LOWER_OPSYS}1/SOCKET.pyc -lib/python1.5/plat-${LOWER_OPSYS}1/SOCKET.pyo -lib/python1.5/plat-${LOWER_OPSYS}1/TERMIOS.py -lib/python1.5/plat-${LOWER_OPSYS}1/TERMIOS.pyc -lib/python1.5/plat-${LOWER_OPSYS}1/TERMIOS.pyo -lib/python1.5/plat-${LOWER_OPSYS}1/regen +lib/python1.5/plat-${LOWER_OPSYS}/FCNTL.py +lib/python1.5/plat-${LOWER_OPSYS}/FCNTL.pyc +lib/python1.5/plat-${LOWER_OPSYS}/FCNTL.pyo +lib/python1.5/plat-${LOWER_OPSYS}/IN.py +lib/python1.5/plat-${LOWER_OPSYS}/IN.pyc +lib/python1.5/plat-${LOWER_OPSYS}/IN.pyo +lib/python1.5/plat-${LOWER_OPSYS}/SOCKET.py +lib/python1.5/plat-${LOWER_OPSYS}/SOCKET.pyc +lib/python1.5/plat-${LOWER_OPSYS}/SOCKET.pyo +lib/python1.5/plat-${LOWER_OPSYS}/TERMIOS.py +lib/python1.5/plat-${LOWER_OPSYS}/TERMIOS.pyc +lib/python1.5/plat-${LOWER_OPSYS}/TERMIOS.pyo +lib/python1.5/plat-${LOWER_OPSYS}/regen lib/python1.5/popen2.py lib/python1.5/popen2.pyc lib/python1.5/popen2.pyo @@ -934,7 +934,7 @@ lib/python1.5/xmllib.pyc lib/python1.5/xmllib.pyo @dirrm lib/python1.5/test/output @dirrm lib/python1.5/test -@dirrm lib/python1.5/plat-${LOWER_OPSYS}1 +@dirrm lib/python1.5/plat-${LOWER_OPSYS} @dirrm lib/python1.5/lib-tk @dirrm lib/python1.5/lib-stdwin @exec ${MKDIR} %D/lib/python1.5/lib-dynload -- cgit v1.2.3