Date: Fri, 10 Nov 2017 07:47:15 +0000 (UTC) From: Jeremie Le Hen <jlh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453886 - head/www/libresonic-standalone Message-ID: <201711100747.vAA7lFiu057962@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jlh (src committer) Date: Fri Nov 10 07:47:15 2017 New Revision: 453886 URL: https://svnweb.freebsd.org/changeset/ports/453886 Log: Fix a typo: s/UERS/USERS/. Modified: head/www/libresonic-standalone/Makefile Modified: head/www/libresonic-standalone/Makefile ============================================================================== --- head/www/libresonic-standalone/Makefile Fri Nov 10 07:10:35 2017 (r453885) +++ head/www/libresonic-standalone/Makefile Fri Nov 10 07:47:15 2017 (r453886) @@ -53,7 +53,7 @@ NO_BUILD= yes JAVA_VERSION= 1.8+ JAVA_RUN= yes # Don't waste UID/GID and reuse Subsonic's user. -UERS= subsonic +USERS= subsonic GROUPS= subsonic LIBRESONIC_HOME= /var/libresonic PLIST_SUB= LIBRESONIC_HOME="${LIBRESONIC_HOME}" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711100747.vAA7lFiu057962>