diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-10-30 19:37:20 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-10-30 19:37:20 +0000 |
commit | ef5041404c58d255cfa9b9f6a12dae499812447e (patch) | |
tree | de5b702f94ec4295eb1e78f3a0bfe610106d4d8e | |
parent | 7e3d17f14d58c9fc08212d71a1303b7efe07a07c (diff) | |
download | ports-ef5041404c58d255cfa9b9f6a12dae499812447e.tar.gz ports-ef5041404c58d255cfa9b9f6a12dae499812447e.zip |
Notes
-rw-r--r-- | www/trac-vote/Makefile | 14 | ||||
-rw-r--r-- | www/trac-vote/pkg-plist | 1 |
2 files changed, 5 insertions, 10 deletions
diff --git a/www/trac-vote/Makefile b/www/trac-vote/Makefile index 790804585ca8..98b468370296 100644 --- a/www/trac-vote/Makefile +++ b/www/trac-vote/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: trac-vote -# Date created: Dec 31, 2009 -# Whom: Brooks Davis <brooks@freebsd.org> -# +# Created by: Brooks Davis <brooks@freebsd.org> # $FreeBSD$ -# PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:L} PORTVERSION= 0.1.2 @@ -14,14 +10,14 @@ MASTER_SITE_SUBDIR= brooks PKGNAMEPREFIX= trac- MAINTAINER= brooks@FreeBSD.org -COMMENT= A plugin for voting on Trac resources +COMMENT= Plugin for voting on Trac resources RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac -BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install +USE_PYTHON= -2.7 +USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TracVote +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% # Maintainter targets below this point diff --git a/www/trac-vote/pkg-plist b/www/trac-vote/pkg-plist deleted file mode 100644 index ddf68a1c022f..000000000000 --- a/www/trac-vote/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |