Index: head/x11-fonts/encodings/Makefile =================================================================== --- head/x11-fonts/encodings/Makefile (revision 458811) +++ head/x11-fonts/encodings/Makefile (revision 458812) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= encodings PORTVERSION= 1.0.4 PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= x11-fonts MASTER_SITES= XORG/individual/font MAINTAINER= x11@FreeBSD.org COMMENT= X.Org Encoding fonts LICENSE= PD BUILD_DEPENDS= mkfontscale:x11-fonts/mkfontscale USES= tar:bzip2 USE_XORG= fontutil GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-fontrootdir=${PREFIX}/share/fonts post-install: - cd ${STAGEDIR}/usr/local/share/fonts/encodings && /usr/local/bin/mkfontscale -b -s -l -n -r -p /usr/local/share/fonts/encodings -e . -e large . + cd ${STAGEDIR}/usr/local/share/fonts/encodings && mkfontscale -b -s -l -n -r -p ${PREFIX}/share/fonts/encodings -e . -e large . .include