diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/googler/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/googler/Makefile b/www/googler/Makefile index fa535daef118..1e364251005c 100644 --- a/www/googler/Makefile +++ b/www/googler/Makefile @@ -4,23 +4,25 @@ PORTNAME= googler PORTVERSION= 3.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www MAINTAINER= nivit@FreeBSD.org COMMENT= Google Search, Google Site Search, Google News from the terminal -LICENSE= GPLv3 +LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE +USES= python:3.3+ shebangfix +SHEBANG_FILES= googler +USE_GITHUB= yes GH_ACCOUNT= jarun NO_BUILD= yes +NO_ARCH= yes PLIST_FILES= bin/googler man/man1/googler.1.gz -USE_GITHUB= yes -USES= python:3.3+ - post-patch: @${SED} -i.bak 's/^\(ENABLE_SELF_UPGRADE_MECHANISM=\)True$$/\1False/' \ ${WRKSRC}/${PORTNAME} |