diff options
author | gabor <gabor@FreeBSD.org> | 2010-08-10 19:48:25 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2010-08-10 19:48:25 +0800 |
commit | 80ecdbb59c2cbaf86be84b2a80b0fd82f6ce0f38 (patch) | |
tree | 2e87147127e57eaa8ed5c42c051d7b8ccaa6a18d /security | |
parent | c5182318b5b4b12222100ec60a7ea738e51b7297 (diff) | |
download | freebsd-ports-gnome-80ecdbb59c2cbaf86be84b2a80b0fd82f6ce0f38.tar.gz freebsd-ports-gnome-80ecdbb59c2cbaf86be84b2a80b0fd82f6ce0f38.tar.zst freebsd-ports-gnome-80ecdbb59c2cbaf86be84b2a80b0fd82f6ce0f38.zip |
- Fix nit in last commit; respect %%LOCALBASE%%
Diffstat (limited to 'security')
-rw-r--r-- | security/swatch/files/swatch.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/swatch/files/swatch.in b/security/swatch/files/swatch.in index ae5a5e1f7ae2..a81590fcff24 100644 --- a/security/swatch/files/swatch.in +++ b/security/swatch/files/swatch.in @@ -23,7 +23,7 @@ name=swatch rcvar=`set_rcvar` command=%%PREFIX%%/bin/swatch -procname=/usr/local/bin/perl +procname=%%LOCALBASE%%/bin/perl load_rc_config ${name} |