From 588dd2a0f9d3da465ae8a2f3dc6efce54fb587d5 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Sat, 28 May 2016 21:29:30 +0000 Subject: - Switch to USES=zip - Add NO_ARCH --- www/trac-ccselector/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www') diff --git a/www/trac-ccselector/Makefile b/www/trac-ccselector/Makefile index ada82e8b529e..4ad04ac18013 100644 --- a/www/trac-ccselector/Makefile +++ b/www/trac-ccselector/Makefile @@ -9,15 +9,15 @@ 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:www/trac +RUN_DEPENDS= tracd:www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 -USES= python:2 +USES= python:2 zip USE_PYTHON= distutils autoplist +NO_ARCH= yes .include -- cgit