diff --git a/www/trac-codetags/Makefile b/www/trac-codetags/Makefile index 3b7dd49fe2d2..a8b0e97765b1 100644 --- a/www/trac-codetags/Makefile +++ b/www/trac-codetags/Makefile @@ -1,29 +1,22 @@ -# New ports collection makefile for: trac-codetags -# Date created: May 18 2007 -# Whom: Gerrit Beine -# +# Created by: Gerrit Beine # $FreeBSD$ -# PORTNAME= codetags PORTVERSION= 0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www devel python MASTER_SITES= http://www.gerritbeine.de/download/trac/ PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= glarkin@FreeBSD.org -COMMENT= A plugin for displaying code tags +COMMENT= Plugin for displaying code tags -BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin -NO_BUILD= yes -USE_PYTHON= 2.5+ -USE_PYDISTUTILS=yes -PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION} -PYDISTUTILS_NOEGGINFO= yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS= easy_install +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% .include diff --git a/www/trac-codetags/pkg-plist b/www/trac-codetags/pkg-plist deleted file mode 100644 index 0895a6f39742..000000000000 --- a/www/trac-codetags/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/codetags-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg