added message and rc.d service script
This commit is contained in:
@@ -37,4 +37,15 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
|
||||
|
||||
BUILD_DEPENDS= git:devel/git
|
||||
|
||||
USE_RC_SUBR= isso
|
||||
|
||||
PLIST_FILES= "etc/isso.conf.sample"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/etc/isso.conf|/usr/local/etc/isso.conf|g' ${WRKSRC}/isso/__init__.py
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/etc
|
||||
${CP} ${WRKSRC}/share/isso.conf ${STAGEDIR}${PREFIX}/etc/isso.conf.sample
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
Reference in New Issue
Block a user