git: 4067b0811f1f - main - x11/xpra-html5: Use correct ETCDIR.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 May 2022 14:18:09 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4067b0811f1fadf30c25e775836883cc1bfaeab3
commit 4067b0811f1fadf30c25e775836883cc1bfaeab3
Author: Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2022-05-15 14:16:23 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-05-15 14:17:37 +0000
x11/xpra-html5: Use correct ETCDIR.
This what setup.py uses as default.
---
x11/xpra-html5/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/x11/xpra-html5/Makefile b/x11/xpra-html5/Makefile
index c35b98564ad7..665a77c2af59 100644
--- a/x11/xpra-html5/Makefile
+++ b/x11/xpra-html5/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xpra-html5
PORTVERSION= 5.0
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= x11
@@ -28,8 +29,9 @@ GH_ACCOUNT= Xpra-org
NO_ARCH= yes
NO_BUILD= yes
+ETCDIR= ${PREFIX}/etc/xpra/html5-client
do-install:
- cd ${WRKSRC} && ${PYTHON_CMD} setup.py install ${STAGEDIR} ${PREFIX}/share/xpra/www ${MINIFIER}
+ cd ${WRKSRC} && ${PYTHON_CMD} setup.py install ${STAGEDIR} ${PREFIX}/share/xpra/www ${ETCDIR} ${MINIFIER}
.include <bsd.port.mk>