svn commit: r382050 - head/chinese/bg5ps

Jung-uk Kim jkim at FreeBSD.org
Mon Mar 23 21:40:21 UTC 2015


Author: jkim
Date: Mon Mar 23 21:40:19 2015
New Revision: 382050
URL: https://svnweb.freebsd.org/changeset/ports/382050
QAT: https://qat.redports.org/buildarchive/r382050/

Log:
  Actually make it find fonts.

Modified:
  head/chinese/bg5ps/Makefile

Modified: head/chinese/bg5ps/Makefile
==============================================================================
--- head/chinese/bg5ps/Makefile	Mon Mar 23 21:33:50 2015	(r382049)
+++ head/chinese/bg5ps/Makefile	Mon Mar 23 21:40:19 2015	(r382050)
@@ -20,7 +20,7 @@ SUB_FILES=	pkg-message
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 post-patch:
-	@${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,g' \
+	@${REINPLACE_CMD} -e 's,/usr/share/fonts/ttf/,${PREFIX}/share/fonts/TrueType/,g' \
 	    ${WRKSRC}/gb2312-bg5ps.conf ${WRKSRC}/bg5ps.conf
 
 do-install:


More information about the svn-ports-head mailing list