mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
sysutils/ansible-sysrc: Fix COMMENT
Approved by: portmgr blanket
This commit is contained in:
parent
d37034e092
commit
5a3218f254
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
PORTREVISION= 1
|
||||
|
||||
COMMENT= Ansible module to set sysvars in rc.conf
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../ansible-kld
|
||||
|
|
Loading…
Add table
Reference in a new issue