summaryrefslogtreecommitdiff
path: root/lang/python30/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-04-15 07:35:49 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-04-15 07:35:49 +0000
commit69dc0df90116f000db39228db9313afd99603ff8 (patch)
tree09a84c5da31504b937a100fb3e356d338f8ab9ab /lang/python30/Makefile
parentMake this build under current again. (diff)
Upgrade to 1.5.1.
Notes
Notes: svn path=/head/; revision=10520
Diffstat (limited to 'lang/python30/Makefile')
-rw-r--r--lang/python30/Makefile13
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}'