aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-12-26 17:37:22 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-12-26 17:37:22 +0000
commit964ca688f272b50909b93699b2fb34ea85b3e995 (patch)
treedf51245451cac15343616fc587dbe44e8e541b16
parent4682d7b3e869fe87b84a5e79d542d5cd0a9e794d (diff)
downloadports-964ca688f272b50909b93699b2fb34ea85b3e995.tar.gz
ports-964ca688f272b50909b93699b2fb34ea85b3e995.zip
Notes
-rw-r--r--www/trac-calendar/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/www/trac-calendar/Makefile b/www/trac-calendar/Makefile
index c7bad5653036..6accfd797760 100644
--- a/www/trac-calendar/Makefile
+++ b/www/trac-calendar/Makefile
@@ -3,7 +3,7 @@
PORTNAME= calendar
PORTVERSION= 0.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
@@ -15,10 +15,8 @@ COMMENT= Calendar plugin for trac
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
-USE_PYTHON= -2.7
-USE_PYDISTUTILS= easy_install
-PYDISTUTILS_PKGNAME= AztechCalendar
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+USE_PYTHON= 2
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>