summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortron <tron>1998-05-06 16:19:01 +0000
committertron <tron>1998-05-06 16:19:01 +0000
commit1adc30f1120e9bbc180994e86b3ecda5fd968187 (patch)
treeacfcdda88fb7bf6369d4d540b56c6b4d423b9af6 /lang
parent17adc44c0ded0ae51369202cfc58528e348d9cd3 (diff)
downloadpkgsrc-1adc30f1120e9bbc180994e86b3ecda5fd968187.tar.gz
Cleanup "Makefile" as suggested by Jaromir Dolecek in PR pkg/5408.
Diffstat (limited to 'lang')
-rw-r--r--lang/python/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/python/Makefile b/lang/python/Makefile
index 7f8a99f17de..7a113dea510 100644
--- a/lang/python/Makefile
+++ b/lang/python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1998/05/04 19:29:17 tron Exp $
+# $NetBSD: Makefile,v 1.5 1998/05/06 16:19:01 tron Exp $
#
DISTNAME= pyth151
@@ -27,8 +27,6 @@ NOSHARED=\#
post-configure:
${SED} -e 's/@NO64BIT@/${NO64BIT}/' -e 's/@NOSHARED@/${NOSHARED}/' \
- -e 's/@NOREADLINE@/${NOREADLINE}/' -e 's/@NOTK@/${NOTK}/' \
- -e 's^@PREFIX@^${PREFIX}^g' -e 's^@X11BASE@^${X11BASE}^g' \
${FILESDIR}/Setup >${WRKSRC}/Modules/Setup
post-install: