aboutsummaryrefslogtreecommitdiffstats
path: root/www/trac-wikitemplates
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-07-31 21:50:55 +0800
committerpav <pav@FreeBSD.org>2007-07-31 21:50:55 +0800
commitc9e1ea92d4d1b856d1818f3571ffa1991c450909 (patch)
tree2e8b1d80e96b3e7415fe6470a73417b87f15af0d /www/trac-wikitemplates
parentcdc0f4e852a22e8b2ab4ee459b5fdb597d00f92e (diff)
downloadfreebsd-ports-gnome-c9e1ea92d4d1b856d1818f3571ffa1991c450909.tar.gz
freebsd-ports-gnome-c9e1ea92d4d1b856d1818f3571ffa1991c450909.tar.zst
freebsd-ports-gnome-c9e1ea92d4d1b856d1818f3571ffa1991c450909.zip
- Fix with new python infrastructure
Diffstat (limited to 'www/trac-wikitemplates')
-rw-r--r--www/trac-wikitemplates/Makefile7
-rw-r--r--www/trac-wikitemplates/pkg-plist2
2 files changed, 4 insertions, 5 deletions
diff --git a/www/trac-wikitemplates/Makefile b/www/trac-wikitemplates/Makefile
index 04e0ecb097a2..295fcee4963a 100644
--- a/www/trac-wikitemplates/Makefile
+++ b/www/trac-wikitemplates/Makefile
@@ -15,14 +15,13 @@ DISTNAME= ${PORTNAME}plugin-${PORTVERSION:S/p/rc/}
MAINTAINER= gerrit.beine@gmx.de
COMMENT= Templates for the Trac wiki
-BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \
${PYTHON_SITELIBDIR}/TracCtxtnavAdd-1.1_r1-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-ctxtnavadd
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
-NO_BUILD= yes
USE_PYTHON= 2.3+
-USE_PYDISTUTILS=yes
-PLIST_SUB+= PORTVERSION=${PORTVERSION:S/p/rc/} PYTHONVERSION=${_PYTHON_VERSION}
+USE_PYDISTUTILS= easy_install
+PYDISTUTILS_PKGNAME= TracWikiTemplates
+PYDISTUTILS_PKGVERSION= ${PORTVERSION:S/p/rc/}
.include <bsd.port.mk>
diff --git a/www/trac-wikitemplates/pkg-plist b/www/trac-wikitemplates/pkg-plist
index 41ec57b14723..ddf68a1c022f 100644
--- a/www/trac-wikitemplates/pkg-plist
+++ b/www/trac-wikitemplates/pkg-plist
@@ -1 +1 @@
-%%PYTHON_SITELIBDIR%%/TracWikiTemplates-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%