1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Fix incorrect variable name.

This commit is contained in:
Mark Felder 2014-05-24 12:41:44 +00:00
parent 5c0991a46b
commit 2698ab465e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355014
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= xe-guest-utilities
PORTVERSION= 6.0.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= https://github.com/${GIT_ACCOUNT}/${GIT_PROJECT}/tarball/${GIT_VERSION}/
DISTNAME= ${GIT_ACCOUNT}-${GIT_PROJECT}-${GIT_VERSION}

View File

@ -19,7 +19,7 @@ rcvar=xenguest_enable
load_rc_config $name
: ${xe_daemon_enable:=NO}
: ${xenguest_enable:=NO}
pidfile=/var/run/xe-daemon.pid
command="%%PREFIX%%/sbin/xe-daemon"