svn commit: r407041 - branches/2016Q1/vietnamese/urwvn
Mark Felder
feld at FreeBSD.org
Sat Jan 23 16:03:33 UTC 2016
Author: feld
Date: Sat Jan 23 16:03:32 2016
New Revision: 407041
URL: https://svnweb.freebsd.org/changeset/ports/407041
Log:
MFH: r407033
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.
Approved by: ports-secteam (with hat)
Modified:
branches/2016Q1/vietnamese/urwvn/Makefile
Directory Properties:
branches/2016Q1/ (props changed)
Modified: branches/2016Q1/vietnamese/urwvn/Makefile
==============================================================================
--- branches/2016Q1/vietnamese/urwvn/Makefile Sat Jan 23 16:02:31 2016 (r407040)
+++ branches/2016Q1/vietnamese/urwvn/Makefile Sat Jan 23 16:03:32 2016 (r407041)
@@ -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>
More information about the svn-ports-all
mailing list