aboutsummaryrefslogtreecommitdiffstats
path: root/vietnamese/urwvn
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-01-23 23:26:48 +0800
committermarino <marino@FreeBSD.org>2016-01-23 23:26:48 +0800
commitc04c2a42f27fc1f04e3dbc3a77001c3ef06a4ee9 (patch)
tree33efc681015b11dca04f1ca738c0a2f12ec208bf /vietnamese/urwvn
parentad255bbf8b68b0ec383c059237215d9710791707 (diff)
downloadfreebsd-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/Makefile5
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>