diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-06-18 17:50:13 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-06-18 17:50:13 +0000 |
commit | a7f95caf8d803d19fcd4494ea1693b332ec256b6 (patch) | |
tree | 718ba3dddfc5cfcbd292484769f76dd9013e3128 | |
parent | 0f473d110f811bf980177768345160c8132736f1 (diff) |
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=358293
-rw-r--r-- | www/trac-pydotorgtheme/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/trac-pydotorgtheme/Makefile b/www/trac-pydotorgtheme/Makefile index d7ec32768586..012e13366eb2 100644 --- a/www/trac-pydotorgtheme/Makefile +++ b/www/trac-pydotorgtheme/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ -PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;:tl} +PORTNAME= pydotorgtheme PORTVERSION= 2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks @@ -14,10 +14,10 @@ COMMENT= Theme that emulates the look of python.org RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \ trac-themeengine>=2.0:${PORTSDIR}/www/trac-themeengine -USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= TracPyDotOrgTheme +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes WRKSRC= ${WRKDIR}/${PORTNAME} -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +.include "${.CURDIR}/../../www/trac/plugin.mk" .include <bsd.port.mk> |