summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorgdt <gdt>2016-09-11 15:52:36 +0000
committergdt <gdt>2016-09-11 15:52:36 +0000
commitac4ca37fddeaf60ea973b552b9e5e6e09d050159 (patch)
tree62cca9f3dbbce0265265260d97b2f00cccb44b63 /www
parent6c7427f13fbcb52317ab27fca12b941513c838e3 (diff)
downloadpkgsrc-ac4ca37fddeaf60ea973b552b9e5e6e09d050159.tar.gz
Drop redundant variable settings and improve comments
There were muliple variables set from before the egg/distutils files were improved years ago, which are now redundant. Separate pyversion.mk, application.mk and egg.mk settings. (This commit has no functional change.)
Diffstat (limited to 'www')
-rw-r--r--www/trac/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile
index 16d44b87a34..423acd8d18b 100644
--- a/www/trac/Makefile
+++ b/www/trac/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2016/09/11 15:43:01 gdt Exp $
+# $NetBSD: Makefile,v 1.80 2016/09/11 15:52:36 gdt Exp $
DISTNAME= Trac-1.0.13
PKGNAME= ${DISTNAME:tl}
@@ -23,12 +23,11 @@ DEPENDS+= ${PYPKGPREFIX}-genshi>=0.6:../../www/py-genshi
USE_TOOLS+= pax
-PYDISTUTILSPKG= YES
-PY_PATCHPLIST= YES
+# The Trac 1.0 series does not support python 3.
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35
+
REPLACE_PYTHON= contrib/cgi-bin/trac.* contrib/*.py contrib/*-hook
REPLACE_PYTHON+= trac/tests/functional/*.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.0
-
.include "../../lang/python/application.mk"
EGDIR= ${PREFIX}/share/examples/trac