diff options
author | tg <tg@FreeBSD.org> | 1998-04-15 15:35:49 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-04-15 15:35:49 +0800 |
commit | 66b92ddd8546340c9230b116dcc8755603c4df92 (patch) | |
tree | c64b5dda48ecaac335335d247d106a3cd6035189 /lang/python30/Makefile | |
parent | 17bfa7fcd0b9601984defd1ee17a53582e7e8df6 (diff) | |
download | freebsd-ports-gnome-66b92ddd8546340c9230b116dcc8755603c4df92.tar.gz freebsd-ports-gnome-66b92ddd8546340c9230b116dcc8755603c4df92.tar.zst freebsd-ports-gnome-66b92ddd8546340c9230b116dcc8755603c4df92.zip |
Upgrade to 1.5.1.
Diffstat (limited to 'lang/python30/Makefile')
-rw-r--r-- | lang/python30/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/lang/python30/Makefile b/lang/python30/Makefile index f3c49252abef..2b965d0b9b72 100644 --- a/lang/python30/Makefile +++ b/lang/python30/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}' |