svn commit: r459480 - head/net/guacamole-server
Richard Gallamore
ultima at FreeBSD.org
Fri Jan 19 22:54:21 UTC 2018
Author: ultima
Date: Fri Jan 19 22:54:20 2018
New Revision: 459480
URL: https://svnweb.freebsd.org/changeset/ports/459480
Log:
* Fix guacd.conf man page to point to the proper directories
Modified:
head/net/guacamole-server/Makefile
Modified: head/net/guacamole-server/Makefile
==============================================================================
--- head/net/guacamole-server/Makefile Fri Jan 19 22:46:55 2018 (r459479)
+++ head/net/guacamole-server/Makefile Fri Jan 19 22:54:20 2018 (r459480)
@@ -3,6 +3,7 @@
PORTNAME= guacamole-server
DISTVERSION= 0.9.14
+PORTREVISION= 1
CATEGORIES= net
MAINTAINER= ultima at FreeBSD.org
@@ -74,7 +75,7 @@ WEBP_LIB_DEPENDS= libwebp.so:graphics/webp
post-patch:
@${REINPLACE_CMD} 's|/etc/ssl|${PREFIX}/etc/ssl|g ; \
- s|/etc/guacamole|${PREFIX}/etc/guacd|g' \
+ s|/etc/guacamole|${ETCDIR}|g' \
${WRKSRC}/src/guacd/man/guacd.conf.5.in
post-install:
More information about the svn-ports-all
mailing list