diff options
author | obache <obache> | 2014-03-27 05:36:10 +0000 |
---|---|---|
committer | obache <obache> | 2014-03-27 05:36:10 +0000 |
commit | aa054e29d5917672dd7ff48536ccabc738eff458 (patch) | |
tree | 1d8c9b5985bcfeef3cac47764576bfed253fac8c /lang/python26/Makefile | |
parent | fb790794f7306ea56bb6c0382e210f12da79f016 (diff) | |
download | pkgsrc-aa054e29d5917672dd7ff48536ccabc738eff458.tar.gz |
revert last change, should not be committed dureing freeze.
Diffstat (limited to 'lang/python26/Makefile')
-rw-r--r-- | lang/python26/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile index ecf04a29a57..d23e196766e 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2014/03/27 05:15:00 obache Exp $ +# $NetBSD: Makefile,v 1.62 2014/03/27 05:36:10 obache Exp $ .include "dist.mk" @@ -155,12 +155,6 @@ SUBST_STAGE.findlib= pre-configure SUBST_FILES.findlib= Lib/distutils/unixccompiler.py SUBST_SED.findlib= -e 's,/usr/local,${PREFIX},' -SUBST_CLASSES+= sslbase -SUBST_MESSAGE.sslbase= Fixing find-file for openssl with SSLBASE. -SUBST_STAGE.sslbase= pre-configure -SUBST_FILES.sslbase= setup.py -SUBST_VARS.sslbase= SSLBASE - post-extract: ${LN} -s ${WRKSRC}/Lib/smtpd.py ${WRKSRC}/Tools/scripts/smtpd${PY_VER_SUFFIX}.py ${MV} ${WRKSRC}/Tools/scripts/pydoc ${WRKSRC}/Tools/scripts/pydoc${PY_VER_SUFFIX} |