diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-05-14 07:35:22 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-05-14 07:35:22 +0000 |
commit | 5866f48b31a4d608c76965d6c11a2a4e6f44ff87 (patch) | |
tree | a3e83de736e286b23aedd00b7016af7217e63c67 /lang/python20/Makefile | |
parent | 2f8ef1af98e56e67977f68b735ff0c86762d4188 (diff) |
Notes
Diffstat (limited to 'lang/python20/Makefile')
-rw-r--r-- | lang/python20/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/lang/python20/Makefile b/lang/python20/Makefile index 9d4d06ab36a2..a7380d8190ee 100644 --- a/lang/python20/Makefile +++ b/lang/python20/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.12 1997/02/21 14:57:01 tg Exp $ +# $Id: Makefile,v 1.13 1997/04/20 13:19:11 wosch Exp $ # DISTNAME= python1.4 @@ -13,12 +13,10 @@ MASTER_SITES= ftp://www.python.org/pub/python/src/ \ ftp://ftp.cwi.nl/pub/python/src/ \ ftp://www.python.org/pub/python/contrib/Graphics/Tkinter/ \ ftp://ftp.cwi.nl/pub/python/contrib/Graphics/Tkinter/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} PyTix-1.12.tar.gz MAINTAINER= tg@FreeBSD.org -LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 \ - tix4175\\.1\\.:${PORTSDIR}/x11/tix +LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 WRKSRC= ${WRKDIR}/Python-1.4 HAS_CONFIGURE= yes @@ -27,14 +25,6 @@ MAKE_FLAGS+= 'OPT=${CFLAGS}' INSTALL_TARGET= install MAN1= python.1 -PYTIXSRC= ${WRKDIR}/PyTix-1.12 - -post-extract: - @${ECHO_MSG} "===> Add PyTix extensions to Python core" - ${CP} ${PYTIXSRC}/Tkinter.py ${WRKSRC}/Lib/tkinter - ${CP} ${PYTIXSRC}/Tix.py ${WRKSRC}/Lib/tkinter - ${CP} ${PYTIXSRC}/_tkinter.c ${WRKSRC}/Modules - post-configure: ${CP} ${FILESDIR}/Setup ${WRKSRC}/Modules |