diff options
Diffstat (limited to 'lang/python/Makefile')
-rw-r--r-- | lang/python/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile index a8ea89a2cc8..77775a406ae 100644 --- a/lang/python/Makefile +++ b/lang/python/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> |