summaryrefslogtreecommitdiff
path: root/net/py-soappy/Makefile
diff options
context:
space:
mode:
authorrecht <recht>2003-09-14 16:43:45 +0000
committerrecht <recht>2003-09-14 16:43:45 +0000
commit5980646941cc3492b99800e167d16bdf5b6fc5e3 (patch)
treeaca8ff7153d5fa2dbe4b26684fe239c50263adac /net/py-soappy/Makefile
parent734f40da76f9b44d22dbd66ce2c1fe781d1e8678 (diff)
downloadpkgsrc-5980646941cc3492b99800e167d16bdf5b6fc5e3.tar.gz
hange extension.mk to also install optimized files for distutils packages.
Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@.
Diffstat (limited to 'net/py-soappy/Makefile')
-rw-r--r--net/py-soappy/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/net/py-soappy/Makefile b/net/py-soappy/Makefile
index acb3eff48dc..9c114b70f62 100644
--- a/net/py-soappy/Makefile
+++ b/net/py-soappy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/08/24 10:20:34 recht Exp $
+# $NetBSD: Makefile,v 1.7 2003/09/14 16:43:54 recht Exp $
#
DISTNAME= SOAPpy-0.10.2
@@ -6,7 +6,7 @@ PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pywebsvcs/}
-MAINTAINER= marc@informatik.uni-bremen.de
+MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://pywebsvcs.sourceforge.net/
COMMENT= SOAP implementation
@@ -17,10 +17,6 @@ PY_PATCHPLIST= YES
PYTHON_VERSIONS_ACCEPTED= 23pth 22pth 21pth
-post-install:
- ${PYTHONBIN} -O ${PREFIX}/${PYLIB}/compileall.py \
- ${PREFIX}/${PYSITELIB}/SOAPpy
-
-.include "../../textproc/pyxml/buildlink2.mk"
.include "../../lang/python/extension.mk"
+.include "../../textproc/pyxml/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"