diff options
author | dougb <dougb@FreeBSD.org> | 2012-06-25 05:53:38 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-06-25 05:53:38 +0800 |
commit | 2c31cf01f2df98206684cc980aacec3c320afe63 (patch) | |
tree | 5a62e2ae61ed69e5a67710dc8015be9ddbfcff77 /x11-fonts/code2000 | |
parent | ab3be06dd1e9329e9c4f6ec4ed6743bf26687f2e (diff) | |
download | freebsd-ports-gnome-2c31cf01f2df98206684cc980aacec3c320afe63.tar.gz freebsd-ports-gnome-2c31cf01f2df98206684cc980aacec3c320afe63.tar.zst freebsd-ports-gnome-2c31cf01f2df98206684cc980aacec3c320afe63.zip |
s/X11BASE/LOCALBASE/, or equivalent.
The X11BASE variable is long gone, however these ports were not updated.
Diffstat (limited to 'x11-fonts/code2000')
-rw-r--r-- | x11-fonts/code2000/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/code2000/pkg-plist b/x11-fonts/code2000/pkg-plist index b0e8a52f6a1c..661fb40fd5fc 100644 --- a/x11-fonts/code2000/pkg-plist +++ b/x11-fonts/code2000/pkg-plist @@ -3,7 +3,7 @@ %%FONTSDIR%%/code2000.ttf %%FONTSDIR%%/fonts.dir %%FONTSDIR%%/fonts.scale -@exec %%X11BASE%%/bin/fc-cache -f -v %D/%%FONTSDIR%% || true +@exec %%LOCALBASE%%/bin/fc-cache -f -v %D/%%FONTSDIR%% || true @unexec rm %D/%%FONTSDIR%%/fonts.cache-1 2>/dev/null || true -@unexec %%X11BASE%%/bin/fc-cache -f -v %D/%%FONTSDIR%% 2>/dev/null || true +@unexec %%LOCALBASE%%/bin/fc-cache -f -v %D/%%FONTSDIR%% 2>/dev/null || true @dirrm %%FONTSDIR%% |