summaryrefslogtreecommitdiff
path: root/lang/python/Makefile
diff options
context:
space:
mode:
authortsarna <tsarna>1998-07-11 20:44:52 +0000
committertsarna <tsarna>1998-07-11 20:44:52 +0000
commit9413a80654e6f8ff4423cf8572f8df5c81f0f53c (patch)
treee92ee3fce0f5b55151dc202a1d650e5bb4af8f1d /lang/python/Makefile
parente14bbdf490cc286fb26d9cc7ab32b01c4ce4a71c (diff)
downloadpkgsrc-9413a80654e6f8ff4423cf8572f8df5c81f0f53c.tar.gz
Forgot portlint. Also, should have credited tron for patchfiles
idea in last.
Diffstat (limited to 'lang/python/Makefile')
-rw-r--r--lang/python/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile
index 8c35eee06ef..47bba819794 100644
--- a/lang/python/Makefile
+++ b/lang/python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1998/07/11 20:33:12 tsarna Exp $
+# $NetBSD: Makefile,v 1.8 1998/07/11 20:44:52 tsarna Exp $
#
DISTNAME= pyth151
@@ -7,10 +7,6 @@ CATEGORIES= lang
MASTER_SITES= ftp://ftp.python.org/pub/python/src/
EXTRACT_SUFX= .tgz
-MAINTAINER= tsarna@netbsd.org
-
-# Official post-release patches from www.python.org
-
PATCH_SITES= http://www.python.org/1.5/patches-1.5.1/
PATCHFILES= freeze.1.txt _tkinter.1.txt configure.1.txt \
object.1.txt parsermodule.1.txt zlibmodule.1.txt \
@@ -21,11 +17,12 @@ PATCHFILES= freeze.1.txt _tkinter.1.txt configure.1.txt \
imaplib.2.txt import.1.txt imaplib.3.txt \
stringobject.1.txt sgmllib.2.txt
+MAINTAINER= tsarna@netbsd.org
+
WRKSRC= ${WRKDIR}/Python-1.5.1
GNU_CONFIGURE= yes
MAKE_FLAGS+= 'OPT=${CFLAGS}'
-
# Handle the module setup file:
# - disable some modules on 64 bit platforms
# - handle machines with no dynamic loader