diff options
| author | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-15 07:35:49 +0000 |
|---|---|---|
| committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-15 07:35:49 +0000 |
| commit | 69dc0df90116f000db39228db9313afd99603ff8 (patch) | |
| tree | 09a84c5da31504b937a100fb3e356d338f8ab9ab /lang/python22/Makefile | |
| parent | 86a4877f95bed16d3bbc975c9a83f39f5cafcb42 (diff) | |
Notes
Diffstat (limited to 'lang/python22/Makefile')
| -rw-r--r-- | lang/python22/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index f3c49252abef..2b965d0b9b72 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -3,24 +3,21 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.24 1998/04/08 09:23:57 tg Exp $ +# $Id: Makefile,v 1.25 1998/04/09 10:51:32 tg Exp $ # -DISTNAME= python1.5 -PKGNAME= python-1.5 +DISTNAME= pyth151 +PKGNAME= python-1.5.1 CATEGORIES= lang tk80 MASTER_SITES= ftp://www.python.org/pub/python/src/ \ ftp://ftp.cwi.nl/pub/python/src/ - -PATCH_SITES= http://www.python.org/1.5/ -PATCHFILES= all.txt +EXTRACT_SUFX= .tgz MAINTAINER= tg@FreeBSD.org LIB_DEPENDS= ${TK_DEPENDS} -DIST_SUBDIR= python -WRKSRC= ${WRKDIR}/Python-1.5 +WRKSRC= ${WRKDIR}/Python-1.5.1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-fpectl MAKE_FLAGS= 'OPT=${CFLAGS}' |
