diff options
author | brd <brd@FreeBSD.org> | 2017-07-18 09:55:10 +0800 |
---|---|---|
committer | brd <brd@FreeBSD.org> | 2017-07-18 09:55:10 +0800 |
commit | 646cf1cc1b203cd32835f34d1c6adb5577aa3abc (patch) | |
tree | 9901ac9eea66972d55502bf156bbbb1f42f8690a /sysutils/py-salt | |
parent | 6600d8dda5ff366533cd408cf6c6f551cd32aa09 (diff) | |
download | freebsd-ports-gnome-646cf1cc1b203cd32835f34d1c6adb5577aa3abc.tar.gz freebsd-ports-gnome-646cf1cc1b203cd32835f34d1c6adb5577aa3abc.tar.zst freebsd-ports-gnome-646cf1cc1b203cd32835f34d1c6adb5577aa3abc.zip |
Use @sample for the master and minion config files.
PR: 217780
Approved by: Christer Edwards <christer.edwards@gmail.com> (maintainer)
Approved by: bdrewery (mentor, implicit)
Diffstat (limited to 'sysutils/py-salt')
-rw-r--r-- | sysutils/py-salt/Makefile | 1 | ||||
-rw-r--r-- | sysutils/py-salt/pkg-plist | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile index bc2579f99cf7..e7aab640254e 100644 --- a/sysutils/py-salt/Makefile +++ b/sysutils/py-salt/Makefile @@ -3,6 +3,7 @@ PORTNAME= salt PORTVERSION= 2016.11.6 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-salt/pkg-plist b/sysutils/py-salt/pkg-plist index 4a9f27ba6419..506af4b90f5e 100644 --- a/sysutils/py-salt/pkg-plist +++ b/sysutils/py-salt/pkg-plist @@ -1,5 +1,5 @@ -%%ETCDIR%%/master.sample -%%ETCDIR%%/minion.sample +@sample %%ETCDIR%%/master.sample +@sample %%ETCDIR%%/minion.sample %%PYTHON_SITELIBDIR%%/salt/_syspaths.py %%PYTHON_SITELIBDIR%%/salt/_syspaths.pyc %%PYTHON_SITELIBDIR%%/salt/_syspaths.pyo |