diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-08-09 01:30:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-08-09 01:30:00 +0000 |
commit | 25524374818851aa79bd71d3d483d3d6be538d4d (patch) | |
tree | 221c4b7720ed5ca74a2f1304c45e810a96e74a3f /lang/python24/Makefile | |
parent | ca4a7f2e40459967a2543146b92d5f6efcc2193d (diff) | |
download | ports-25524374818851aa79bd71d3d483d3d6be538d4d.tar.gz ports-25524374818851aa79bd71d3d483d3d6be538d4d.zip |
Notes
Diffstat (limited to 'lang/python24/Makefile')
-rw-r--r-- | lang/python24/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile index a8ea89a2cc8d..77775a406ae2 100644 --- a/lang/python24/Makefile +++ b/lang/python24/Makefile @@ -3,16 +3,15 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/08/08 22:09:06 jkh Exp $ # DISTNAME= python1.2 +PKGNAME= python-1.2 CATEGORIES+= languages MASTER_SITES= ftp://www.python.org/pub/python/src/ MAINTAINER= jkh@FreeBSD.org -WRKSRC= ${WRKDIR}/Python-1.2 -HAS_CONFIGURE= yes LIB_DEPENDS= tcl\\.7\\.:${PORTSDIR}/lang/tcl \ tk\\.3\\.:${PORTSDIR}/x11/tk @@ -23,4 +22,7 @@ post-configure: pre-install: cd ${WRKSRC}; ${MAKE} libinstall +WRKSRC= ${WRKDIR}/Python-1.2 +HAS_CONFIGURE= yes + .include <bsd.port.mk> |