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/python31 | |
parent | Add python. (diff) |
A little cleanup, move things around to correct order, put
MAINTAINER=jkh@freebsd.org in a separate line so that people know
who to yell at, etc.
Notes
Notes:
svn path=/head/; revision=2044
Diffstat (limited to 'lang/python31')
-rw-r--r-- | lang/python31/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/python31/Makefile b/lang/python31/Makefile index a8ea89a2cc8d..77775a406ae2 100644 --- a/lang/python31/Makefile +++ b/lang/python31/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> |