sysutils/ansible-sysrc: Fix COMMENT

Approved by:	portmgr blanket
This commit is contained in:
Mateusz Piotrowski 2021-05-17 09:34:56 +02:00
parent d37034e092
commit 5a3218f254
2 changed files with 4 additions and 1 deletions

View file

@ -1,12 +1,13 @@
PORTNAME= ansible
DISTVERSION= g20200803
PORTREVISION?= 0
PORTEPOCH= 1
CATEGORIES= sysutils
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= -${_LIBRARY}
MAINTAINER= lcook@FreeBSD.org
COMMENT= Ansible module to load kernel modules or update /boot/loader.conf
COMMENT?= Ansible module to load kernel modules or update /boot/loader.conf
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

View file

@ -1,3 +1,5 @@
PORTREVISION= 1
COMMENT= Ansible module to set sysvars in rc.conf
MASTERDIR= ${.CURDIR}/../ansible-kld