svn commit: r407033 - head/vietnamese/urwvn

John Marino marino at FreeBSD.org
Sat Jan 23 15:26:50 UTC 2016


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>


More information about the svn-ports-head mailing list