diff options
author | grant <grant@pkgsrc.org> | 2005-08-19 06:06:09 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-08-19 06:06:09 +0000 |
commit | d989fc2735b7de4689d7869d24afd8b3b1423a77 (patch) | |
tree | be2bb0324f088cbaa728aa87df77c209e416e969 /lang/python20/Makefile | |
parent | 9cfb53fa80842d9fffc38977127fb37bc527aeff (diff) | |
download | pkgsrc-d989fc2735b7de4689d7869d24afd8b3b1423a77.tar.gz |
nuke broken pre-configure target, which does nothing useful.
it was broken because the delimeter , can appear in the RHS of the
sed(1) expression (think "-Wl,-R ..."), and it does nothing useful
because the patterns don't appear in the files.
Diffstat (limited to 'lang/python20/Makefile')
-rw-r--r-- | lang/python20/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/lang/python20/Makefile b/lang/python20/Makefile index 778997a11fd..a290821f4e9 100644 --- a/lang/python20/Makefile +++ b/lang/python20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/04/11 21:46:15 tv Exp $ +# $NetBSD: Makefile,v 1.28 2005/08/19 06:06:09 grant Exp $ # DISTNAME= Python-2.0.1 @@ -47,15 +47,6 @@ MODADD= -I${ZOULARIS}/include -L${ZOULARIS}/lib ${COMPILER_RPATH_FLAG}${ZOULARI FIX_RPATH+= MODADD .endif -pre-configure: - ${SED} -e 's,@NOSHARED@,${NOSHARED},g' \ - -e 's,@MODADD@,${MODADD},g' \ - -e 's+@SSLFLAGS@+${SSLFLAGS}+g' \ - ${FILESDIR}/Setup.in >${WRKSRC}/Modules/Setup.in - ${SED} -e 's,@NOSHARED@,${NOSHARED},g' \ - -e 's,@MODADD@,${MODADD},g' \ - ${FILESDIR}/Setup.config.in >${WRKSRC}/Modules/Setup.config.in - post-install: ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC} (cd ${PREFIX}; ${FIND} lib/python2.0 -type f -print | \ |