diff options
author | dvl <dvl@FreeBSD.org> | 2019-08-04 05:30:11 +0800 |
---|---|---|
committer | dvl <dvl@FreeBSD.org> | 2019-08-04 05:30:11 +0800 |
commit | 993b84145fe893ea6d880313e8035a783d6c14a3 (patch) | |
tree | d897272679db21f427a6277acabd8d5ad373948b /sysutils | |
parent | 39c433b8745a87422cc0ecbd93975ddc0b49c023 (diff) | |
download | freebsd-ports-gnome-993b84145fe893ea6d880313e8035a783d6c14a3.tar.gz freebsd-ports-gnome-993b84145fe893ea6d880313e8035a783d6c14a3.tar.zst freebsd-ports-gnome-993b84145fe893ea6d880313e8035a783d6c14a3.zip |
Fixing some portlint whitespace issues.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/anvil/Makefile | 3 | ||||
-rw-r--r-- | sysutils/anvil/pkg-descr | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/anvil/Makefile b/sysutils/anvil/Makefile index 2135c328b20d..896ebb7677a6 100644 --- a/sysutils/anvil/Makefile +++ b/sysutils/anvil/Makefile @@ -2,6 +2,7 @@ PORTNAME= anvil PORTVERSION= 0.0.13 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= dvl@FreeBSD.org @@ -20,7 +21,7 @@ SUB_FILES+= cert-shifter.conf.sample cert-puller.conf.sample pkg-install pkg-mes NO_BUILD= yes OPTIONS_SINGLE= SG1 -OPTIONS_SINGLE_SG1= FETCH CURL WGET +OPTIONS_SINGLE_SG1= FETCH CURL WGET OPTIONS_DEFAULT= FETCH FETCH_DESC= Use fetch CURL_DESC= Use curl, not fetch diff --git a/sysutils/anvil/pkg-descr b/sysutils/anvil/pkg-descr index b590dedc7d9b..3b0f75d53af3 100644 --- a/sysutils/anvil/pkg-descr +++ b/sysutils/anvil/pkg-descr @@ -5,10 +5,8 @@ Designed for FreeBSD (it uses fetch, not wget or curl [yet]). It also uses sudo, with the goal of this running as non-root and only allowing the cp & mv via sudo. -These tools were designed with acme.sh & Let's Encrypt in mind, -but they should with with any certificates generated by any +These tools were designed with acme.sh & Let's Encrypt in mind, +but they should with with any certificates generated by any means. - - WWW: https://github.com/dlangille/anvil |