mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -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
|
PORTNAME= ansible
|
||||||
DISTVERSION= g20200803
|
DISTVERSION= g20200803
|
||||||
|
PORTREVISION?= 0
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
PKGNAMESUFFIX= -${_LIBRARY}
|
PKGNAMESUFFIX= -${_LIBRARY}
|
||||||
|
|
||||||
MAINTAINER= lcook@FreeBSD.org
|
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= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
PORTREVISION= 1
|
||||||
|
|
||||||
COMMENT= Ansible module to set sysvars in rc.conf
|
COMMENT= Ansible module to set sysvars in rc.conf
|
||||||
|
|
||||||
MASTERDIR= ${.CURDIR}/../ansible-kld
|
MASTERDIR= ${.CURDIR}/../ansible-kld
|
||||||
|
|
Loading…
Add table
Reference in a new issue