svn commit: r382049 - head/chinese/bg5ps

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


Author: jkim
Date: Mon Mar 23 21:33:50 2015
New Revision: 382049
URL: https://svnweb.freebsd.org/changeset/ports/382049
QAT: https://qat.redports.org/buildarchive/r382049/

Log:
  Fix build.

Modified:
  head/chinese/bg5ps/Makefile

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


More information about the svn-ports-head mailing list