diff options
author | marino <marino@FreeBSD.org> | 2016-01-23 23:26:48 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-23 23:26:48 +0800 |
commit | c04c2a42f27fc1f04e3dbc3a77001c3ef06a4ee9 (patch) | |
tree | 33efc681015b11dca04f1ca738c0a2f12ec208bf /vietnamese/urwvn | |
parent | ad255bbf8b68b0ec383c059237215d9710791707 (diff) | |
download | freebsd-ports-gnome-c04c2a42f27fc1f04e3dbc3a77001c3ef06a4ee9.tar.gz freebsd-ports-gnome-c04c2a42f27fc1f04e3dbc3a77001c3ef06a4ee9.tar.zst freebsd-ports-gnome-c04c2a42f27fc1f04e3dbc3a77001c3ef06a4ee9.zip |
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.
Diffstat (limited to 'vietnamese/urwvn')
-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> |