From ce5f55045afe75697193166eab1693594f1fe58c Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Tue, 2 Jun 2009 21:32:53 +0000 Subject: - Update to 2.9 PR: ports/125139 Submitted by: Ashish SHUKLA (maintainer) --- www/xpi-foxyproxy/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www/xpi-foxyproxy/Makefile') diff --git a/www/xpi-foxyproxy/Makefile b/www/xpi-foxyproxy/Makefile index 3a5a87462a66..d17738b2cd2a 100644 --- a/www/xpi-foxyproxy/Makefile +++ b/www/xpi-foxyproxy/Makefile @@ -6,8 +6,8 @@ # PORTNAME= foxyproxy -PORTVERSION= 2.8.14 -DISTVERSIONSUFFIX= -fx +PORTVERSION= 2.9 +DISTVERSIONSUFFIX= -fx+sm+tb CATEGORIES= www MAINTAINER= wahjava@gmail.com @@ -18,10 +18,10 @@ XPI_NUM= 2464 XPI_ID= foxyproxy@eric.h.jung post-extract: - ${FIND} ${WRKSRC} -type f -name *.js |${XARGS} ${SED} -i '' -e 's/[[:space:]]*$$//g' + ${FIND} ${WRKSRC} -type f -name '*.js' |${XARGS} ${SED} -i '' -e 's/[[:space:]]*$$//g' pre-install: - ${FIND} ${WRKSRC} -type f -name *.orig |${XARGS} ${RM} -f + ${FIND} ${WRKSRC} -type f -name '*.orig' |${XARGS} ${RM} -f .include "${.CURDIR}/../xpi-adblock/Makefile.xpi" .include -- cgit v1.2.3