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:
parent
5c0991a46b
commit
2698ab465e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355014
@ -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}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user