Fix typos in pkg-message
While here, pet the Makefile with portfmt and portclippy for consistency. Approved by: portmgr (blanket)
This commit is contained in:
parent
75b6e79ccf
commit
274ecec7b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539542
2 changed files with 11 additions and 12 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= networkmgr
|
PORTNAME= networkmgr
|
||||||
DISTVERSION= 3.6
|
DISTVERSION= 3.6
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
|
|
||||||
MAINTAINER= ericbsd@FreeBSD.org
|
MAINTAINER= ericbsd@FreeBSD.org
|
||||||
|
@ -11,20 +12,18 @@ COMMENT= FreeBSD/GhostBSD network conection manager
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
RUN_DEPENDS= doas:security/doas \
|
RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \
|
||||||
${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme
|
doas:security/doas
|
||||||
|
|
||||||
USES= python:3.4+ gnome shebangfix
|
|
||||||
SHEBANG_GLOB= *.py
|
|
||||||
|
|
||||||
|
USES= gnome python:3.4+ shebangfix
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= GhostBSD
|
GH_ACCOUNT= GhostBSD
|
||||||
|
USE_GNOME= gtk-update-icon-cache pygobject3
|
||||||
|
USE_PYTHON= distutils noflavors
|
||||||
|
SHEBANG_GLOB= *.py
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
USE_PYTHON= distutils noflavors
|
|
||||||
USE_GNOME= pygobject3 gtk-update-icon-cache
|
|
||||||
|
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
[
|
[
|
||||||
{ type: install
|
{ type: install
|
||||||
message: <<EOM
|
message: <<EOM
|
||||||
Any bug reports or request of new feature should be addressed at:
|
Any bug reports or request for new feature should be addressed at:
|
||||||
https://github.com/GhostBSD/networkmgr/issues
|
https://github.com/GhostBSD/networkmgr/issues
|
||||||
|
|
||||||
Make sure that the %%PREFIX%%/etc/doas.conf have someting simular like this:
|
Make sure that the %%PREFIX%%/etc/doas.conf file has something similar to this:
|
||||||
|
|
||||||
permit nopass keepenv root
|
permit nopass keepenv root
|
||||||
permit :wheel
|
permit :wheel
|
||||||
|
@ -14,8 +14,8 @@ Make sure that the %%PREFIX%%/etc/doas.conf have someting simular like this:
|
||||||
permit nopass keepenv :wheel cmd wpa_supplicant
|
permit nopass keepenv :wheel cmd wpa_supplicant
|
||||||
permit nopass keepenv :wheel cmd killall args wpa_supplicant
|
permit nopass keepenv :wheel cmd killall args wpa_supplicant
|
||||||
|
|
||||||
When rebooting it should automaticaly start is the desktop support xdg and make
|
When rebooting it should automatically start if the desktop supports xdg
|
||||||
sure that the user using NetworkMgr is in the wheel group.
|
and make sure that the user using NetworkMgr is in the wheel group.
|
||||||
EOM
|
EOM
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue