From c5e9b26ebc3b523c2e555aa6a592877dc037bfdd Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 15 Feb 2018 16:48:45 +0000 Subject: - Fix shebang - Add NO_ARCH - Fix LICENSE - While here, pet portlint Approved by: portmgr blanket --- www/googler/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'www') 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} -- cgit