aboutsummaryrefslogtreecommitdiff
path: root/www/trac-addcomment/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-05-27 15:34:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-05-27 15:34:25 +0000
commitb5fbcf1e74e4b22d5f08c45a7de77fe21ae60ef1 (patch)
treeb4d792b3039200a60d37880ee740355560fdd5de /www/trac-addcomment/Makefile
parentf60fee695e4dc79e1e3f33e7a8274c3ea9ebdc2f (diff)
Notes
Diffstat (limited to 'www/trac-addcomment/Makefile')
-rw-r--r--www/trac-addcomment/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/www/trac-addcomment/Makefile b/www/trac-addcomment/Makefile
index 76035854e881..8c57fec82013 100644
--- a/www/trac-addcomment/Makefile
+++ b/www/trac-addcomment/Makefile
@@ -6,23 +6,23 @@
#
PORTNAME= addcomment
-PORTVERSION= 0.1
+PORTVERSION= 0.2
CATEGORIES= www devel python
-MASTER_SITES= http://www.gerritbeine.de/downloads/trac-hacks/
+MASTER_SITES= http://www.gerritbeine.de/download/trac/
PKGNAMEPREFIX= trac-
+DISTNAME= ${PORTNAME}macro-${PORTVERSION}
MAINTAINER= gerrit.beine@gmx.de
COMMENT= Add formatted comments to wiki pages
-RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
+RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \
+ ${PYTHON_SITELIBDIR}/TracMacroPost-0.1-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-macropost
-USE_ZIP= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}macro
+NO_BUILD= yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS=yes
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
-do-build:
- @${DO_NADA}
-
.include <bsd.port.mk>