aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2018-01-12 18:55:33 +0800
committerpi <pi@FreeBSD.org>2018-01-12 18:55:33 +0800
commit12f1f101a274f158930625f0ebe5fd2d30b6a61b (patch)
tree4b17fad8a29851fd9a93e280203d96cb55c30aa8 /x11-fonts
parent6c77ea0b719e5c0ccf9895db46a7942602be1933 (diff)
downloadfreebsd-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/Makefile2
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>