diff options
author | jkh <jkh@FreeBSD.org> | 1996-11-02 19:04:54 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-11-02 19:04:54 +0000 |
commit | 0649d3044b593bbafd3a3061fd1108e67a1bfc4f (patch) | |
tree | 2c9041c8fa96d8f6a5b6faeca849a6dedcb8188a /lang/python32/Makefile | |
parent | 97ed46942c3cb36efff1c3ac112ae0808a4bfdd4 (diff) | |
download | FreeBSD-ports-0649d3044b593bbafd3a3061fd1108e67a1bfc4f.zip FreeBSD-ports-0649d3044b593bbafd3a3061fd1108e67a1bfc4f.tar.gz |
Update to version 1.4
Submitted-By: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Diffstat (limited to 'lang/python32/Makefile')
-rw-r--r-- | lang/python32/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile index 246b994..4623013 100644 --- a/lang/python32/Makefile +++ b/lang/python32/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: python -# Version required: 1.2 +# Version required: 1.4 # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.6 1996/08/17 15:39:33 chuckr Exp $ +# $Id: Makefile,v 1.7 1996/10/14 23:14:37 asami Exp $ # -DISTNAME= python1.3 -PKGNAME= python-1.3 +DISTNAME= python1.4 +PKGNAME= python-1.4 CATEGORIES+= lang MASTER_SITES= ftp://www.python.org/pub/python/src/ \ ftp://ftp.cwi.nl/pub/python/src/ @@ -16,11 +16,11 @@ MAINTAINER= jkh@FreeBSD.org LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 -WRKSRC= ${WRKDIR}/Python-1.3 +WRKSRC= ${WRKDIR}/Python-1.4 HAS_CONFIGURE= yes MAKE_FLAGS+= 'OPT=${CFLAGS}' -INSTALL_TARGET= install libinstall maninstall inclinstall +INSTALL_TARGET= install post-configure: cp ${FILESDIR}/Setup ${WRKSRC}/Modules |