diff options
author | pi <pi@FreeBSD.org> | 2018-01-12 18:55:33 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2018-01-12 18:55:33 +0800 |
commit | 12f1f101a274f158930625f0ebe5fd2d30b6a61b (patch) | |
tree | 4b17fad8a29851fd9a93e280203d96cb55c30aa8 /x11-fonts | |
parent | 6c77ea0b719e5c0ccf9895db46a7942602be1933 (diff) | |
download | freebsd-ports-gnome-12f1f101a274f158930625f0ebe5fd2d30b6a61b.tar.gz freebsd-ports-gnome-12f1f101a274f158930625f0ebe5fd2d30b6a61b.tar.zst freebsd-ports-gnome-12f1f101a274f158930625f0ebe5fd2d30b6a61b.zip |
x11-fonts/encodings: one more /usr/local replaced by $PREFIX
PR: 170852
Submitted by: remko
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/encodings/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/encodings/Makefile b/x11-fonts/encodings/Makefile index a1f12043d780..3561f6393747 100644 --- a/x11-fonts/encodings/Makefile +++ b/x11-fonts/encodings/Makefile @@ -20,6 +20,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-fontrootdir=${PREFIX}/share/fonts post-install: - cd ${STAGEDIR}/usr/local/share/fonts/encodings && mkfontscale -b -s -l -n -r -p ${PREFIX}/share/fonts/encodings -e . -e large . + cd ${STAGEDIR}${PREFIX}/share/fonts/encodings && mkfontscale -b -s -l -n -r -p ${PREFIX}/share/fonts/encodings -e . -e large . .include <bsd.port.mk> |