diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-25 17:12:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-25 17:12:27 +0000 |
commit | 4447b4e2da1c21d199e84164f486d27b11054995 (patch) | |
tree | 5890fca2cbfc0b863b3d5017d26b81f8f5ddd556 /net-mgmt/py-pdagent | |
parent | e43fca938889d8f1f36971a2744e4d1d1464a3a8 (diff) |
Notes
Diffstat (limited to 'net-mgmt/py-pdagent')
-rw-r--r-- | net-mgmt/py-pdagent/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/py-pdagent/Makefile b/net-mgmt/py-pdagent/Makefile index f27cb332630d..ed253f21e11f 100644 --- a/net-mgmt/py-pdagent/Makefile +++ b/net-mgmt/py-pdagent/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT USES= python:2.7 shebangfix USE_PYTHON= flavors USE_RC_SUBR= pdagentd -USE_GITHUB= YES +USE_GITHUB= yes GH_ACCOUNT= PagerDuty SHEBANG_FILES= bin/* @@ -26,8 +26,8 @@ NO_BUILD= yes SUB_LIST+= PYTHON_CMD="${PYTHON_CMD}" BINFILES= pd-queue pd-send pdagentd.py -USERS= pdagent -GROUPS= pdagent +USERS= pdagent +GROUPS= pdagent do-patch: ${REINPLACE_CMD} -e 's|/var/lib/pdagent|/var/db/pdagent| ; s|/etc|${ETCDIR}|' \ |