svn commit: r458816 - head/x11-fonts/encodings

Kurt Jaeger pi at FreeBSD.org
Fri Jan 12 10:55:34 UTC 2018


Author: pi
Date: Fri Jan 12 10:55:33 2018
New Revision: 458816
URL: https://svnweb.freebsd.org/changeset/ports/458816

Log:
  x11-fonts/encodings: one more /usr/local replaced by $PREFIX
  
  PR:		170852
  Submitted by:	remko

Modified:
  head/x11-fonts/encodings/Makefile

Modified: head/x11-fonts/encodings/Makefile
==============================================================================
--- head/x11-fonts/encodings/Makefile	Fri Jan 12 09:59:32 2018	(r458815)
+++ head/x11-fonts/encodings/Makefile	Fri Jan 12 10:55:33 2018	(r458816)
@@ -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>


More information about the svn-ports-head mailing list