Date: Sat, 23 Jan 2016 15:26:48 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407033 - head/vietnamese/urwvn Message-ID: <201601231526.u0NFQmPe056145@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Jan 23 15:26:48 2016 New Revision: 407033 URL: https://svnweb.freebsd.org/changeset/ports/407033 Log: vietname/urvwn: Remove unnecessary <pre>/<post> inclusions By using ${.CURDIR} to include a makefile fragment, we can remove the bsd.port.pre.mk and bsd.port.post.mk, and correct the OPTIONS definitions at the same time. Modified: head/vietnamese/urwvn/Makefile Modified: head/vietnamese/urwvn/Makefile ============================================================================== --- head/vietnamese/urwvn/Makefile Sat Jan 23 15:16:58 2016 (r407032) +++ head/vietnamese/urwvn/Makefile Sat Jan 23 15:26:48 2016 (r407033) @@ -39,6 +39,5 @@ ttf-gen: extract ${SORT} | ${TR} '\n' ' ' @${ECHO} "" -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf" -.include <bsd.port.post.mk> +.include "${.CURDIR}/../../chinese/ttfm/Makefile.ttf" +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601231526.u0NFQmPe056145>