diff options
Diffstat (limited to 'lang/python20/Makefile')
-rw-r--r-- | lang/python20/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/python20/Makefile b/lang/python20/Makefile index 246b994dfad5..462301361731 100644 --- a/lang/python20/Makefile +++ b/lang/python20/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 |