Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 2016 16:03:32 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r407041 - branches/2016Q1/vietnamese/urwvn
Message-ID:  <201601231603.u0NG3WnW068883@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601231603.u0NG3WnW068883>