diff options
author | Mark Felder <feld@FreeBSD.org> | 2018-04-05 16:37:19 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2018-04-05 16:37:19 +0000 |
commit | c439b9df7386853c071481737e0fde190f0038b8 (patch) | |
tree | aa71b5b11ca35eae630e0a29c92ada3fd7ed056c /net-mgmt/py-pdagent/Makefile | |
parent | 23a8be9f536504a89fb35af7ce553bda1043ef66 (diff) | |
download | ports-c439b9df7386853c071481737e0fde190f0038b8.tar.gz ports-c439b9df7386853c071481737e0fde190f0038b8.zip |
Notes
Diffstat (limited to 'net-mgmt/py-pdagent/Makefile')
-rw-r--r-- | net-mgmt/py-pdagent/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/py-pdagent/Makefile b/net-mgmt/py-pdagent/Makefile index b9ff149dfa00..291ea6cc3160 100644 --- a/net-mgmt/py-pdagent/Makefile +++ b/net-mgmt/py-pdagent/Makefile @@ -4,6 +4,7 @@ PORTNAME= pdagent PORTVERSION= 1.4 DISTVERSIONPREFIX=v +PORTREVISION= 1 CATEGORIES= net-mgmt python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,6 +27,9 @@ SUB_LIST+= PYTHON_CMD="${PYTHON_CMD}" BINFILES= pd-queue pd-send pdagentd.py +USERS= pdagent +GROUPS= pdagent + do-patch: ${REINPLACE_CMD} -e 's|/var/lib/pdagent|/var/db/pdagent|' -e 's|/etc|${ETCDIR}|' ${WRKSRC}/pdagent/confdirs.py |