diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-02-16 00:48:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-02-16 00:48:45 +0800 |
commit | c5e9b26ebc3b523c2e555aa6a592877dc037bfdd (patch) | |
tree | f23faa161227bd5251cf1665b6620b63aba675d5 /www | |
parent | a7c18cbe000d43ddf6da172c6c142cfb327e388f (diff) | |
download | freebsd-ports-gnome-c5e9b26ebc3b523c2e555aa6a592877dc037bfdd.tar.gz freebsd-ports-gnome-c5e9b26ebc3b523c2e555aa6a592877dc037bfdd.tar.zst freebsd-ports-gnome-c5e9b26ebc3b523c2e555aa6a592877dc037bfdd.zip |
- Fix shebang
- Add NO_ARCH
- Fix LICENSE
- While here, pet portlint
Approved by: portmgr blanket
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} |