diff options
author | tron <tron@pkgsrc.org> | 1998-05-06 16:19:01 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-05-06 16:19:01 +0000 |
commit | daf4a838d154406ed94436f2e630a15c4074e762 (patch) | |
tree | acfcdda88fb7bf6369d4d540b56c6b4d423b9af6 /lang | |
parent | 5b2a1dce25103699d29cda09383e78c0f3fc4d06 (diff) | |
download | pkgsrc-daf4a838d154406ed94436f2e630a15c4074e762.tar.gz |
Cleanup "Makefile" as suggested by Jaromir Dolecek in PR pkg/5408.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/Makefile | 4 |
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: |