diff options
author | John Marino <marino@FreeBSD.org> | 2016-01-23 15:26:48 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-01-23 15:26:48 +0000 |
commit | 4387a18b0040b973f5ff01fa7aff4866efff93e4 (patch) | |
tree | 33efc681015b11dca04f1ca738c0a2f12ec208bf /vietnamese | |
parent | 5ab64ebdd09464c9c716f70aaf54b5790abbc57a (diff) |
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.
Notes
Notes:
svn path=/head/; revision=407033
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/urwvn/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vietnamese/urwvn/Makefile b/vietnamese/urwvn/Makefile index f8883b3c8c6f..2ad6cea326d7 100644 --- a/vietnamese/urwvn/Makefile +++ b/vietnamese/urwvn/Makefile @@ -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> |