diff options
author | pi <pi@FreeBSD.org> | 2018-01-12 18:55:33 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:22:58 +0800 |
commit | becc7b0c2aaaa397acbe36c03c0613ab5f307921 (patch) | |
tree | 5690e2a4f7d3661b2dcd2883fbce3d6f27f07bc1 | |
parent | 06b0b09ba10eeaf647c09ce07bc9d1ab029bdefd (diff) | |
download | freebsd-ports-gnome-becc7b0c2aaaa397acbe36c03c0613ab5f307921.tar.gz freebsd-ports-gnome-becc7b0c2aaaa397acbe36c03c0613ab5f307921.tar.zst freebsd-ports-gnome-becc7b0c2aaaa397acbe36c03c0613ab5f307921.zip |
x11-fonts/encodings: one more /usr/local replaced by $PREFIX
PR: 170852
Submitted by: remko
-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> |