aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python-devel
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-08-09 09:30:00 +0800
committerasami <asami@FreeBSD.org>1995-08-09 09:30:00 +0800
commite7922e709fb48cc63de006f59943ae743b481465 (patch)
treebff7d81c6f358e80d5263d714c35e1e2b5c941cf /lang/python-devel
parent70214a468a4918c841b8963885dbd8328956b72c (diff)
downloadfreebsd-ports-gnome-e7922e709fb48cc63de006f59943ae743b481465.tar.gz
freebsd-ports-gnome-e7922e709fb48cc63de006f59943ae743b481465.tar.zst
freebsd-ports-gnome-e7922e709fb48cc63de006f59943ae743b481465.zip
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.
Diffstat (limited to 'lang/python-devel')
-rw-r--r--lang/python-devel/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/python-devel/Makefile b/lang/python-devel/Makefile
index a8ea89a2cc8d..77775a406ae2 100644
--- a/lang/python-devel/Makefile
+++ b/lang/python-devel/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>