diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-08 13:54:59 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-08 13:54:59 +0000 |
commit | b6bd08f143c66662bcb4f3b774b2921d472543b9 (patch) | |
tree | 3d25293f9aef7d6057879e335f571f5ee85bf929 /www | |
parent | fd6d7d7eb08be21a3311aa5880e84b9512092583 (diff) | |
download | freebsd-ports-b6bd08f143c66662bcb4f3b774b2921d472543b9.zip |
Fix packaging after swith to PYDISTUTILS_AUTOPLIST
While here, remove infozip dependency
Reported by: pkg-fallout
Diffstat (limited to 'www')
-rw-r--r-- | www/trac-ccselector/Makefile | 3 | ||||
-rw-r--r-- | www/trac-ccselector/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/www/trac-ccselector/Makefile b/www/trac-ccselector/Makefile index c44d01583a17..99dcd8f19eaf 100644 --- a/www/trac-ccselector/Makefile +++ b/www/trac-ccselector/Makefile @@ -9,14 +9,13 @@ MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} +EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= Visually edit the Trac ticket CC field RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac -USE_ZIP= yes - WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 USE_PYTHON= 2 USE_PYDISTUTILS= yes diff --git a/www/trac-ccselector/pkg-plist b/www/trac-ccselector/pkg-plist deleted file mode 100644 index 8c538e8c9aa2..000000000000 --- a/www/trac-ccselector/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/cc_selector-%%EGGVERSION%%-py%%PYTHONVERSION%%.egg |