Add CONFLICTS_INSTALL.
Simplify sample configuration installation after sending patches upstream. Submitted by: Mateusz Piotrowski <0mp@FreeBSD.org> Differential Revision: D15079
This commit is contained in:
parent
d92742fecc
commit
2752c0f4c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470219
3 changed files with 6 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
PORTNAME= hared
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -19,8 +20,6 @@ ETCDIR= ${PREFIX}/etc
|
|||
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}paho-mqtt>0:net/py-paho-mqtt@${PY_FLAVOR}
|
||||
|
||||
PLIST_FILES+= "@sample %%ETCDIR%%/hared.ini.sample"
|
||||
|
||||
pre-install:
|
||||
${INSTALL_DATA} ${FILESDIR}/hared.conf ${STAGEDIR}${ETCDIR}/hared.ini.sample
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Small Python server for receiving notications and tossing them into mtqq.
|
||||
Small Python server for receiving notifications and tossing them into MTQQ.
|
||||
|
||||
This will form part of a centralized message distribution system.
|
||||
|
||||
A client for this server is sysutils/hare
|
||||
A client for this server is sysutils/hare.
|
||||
|
||||
WWW: https://github.com/jpmens/hared-hare
|
||||
|
|
3
sysutils/py-hared/pkg-plist
Normal file
3
sysutils/py-hared/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
@mode 640
|
||||
@sample %%ETCDIR%%/hared.ini.sample
|
||||
@mode
|
Loading…
Reference in a new issue