diff options
author | marino <marino@FreeBSD.org> | 2016-01-17 20:39:57 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-17 20:39:57 +0800 |
commit | c011f2b4dbdced00885c708d37c8ec5b076ff113 (patch) | |
tree | 8dad82b007d63c11b9a170743b2c862a1a0eac63 /vietnamese | |
parent | 12b1e3c6efaa95bba73b3db8bdcb46f32647159c (diff) | |
download | freebsd-ports-graphics-c011f2b4dbdced00885c708d37c8ec5b076ff113.tar.gz freebsd-ports-graphics-c011f2b4dbdced00885c708d37c8ec5b076ff113.tar.zst freebsd-ports-graphics-c011f2b4dbdced00885c708d37c8ec5b076ff113.zip |
vietnamese/vietunicode-*: Fix options (3 ports)
The -hannom, -web1, and -trichlor ports all had their options mis-set
by the unnecessary use of <pre> and <post>. They sandwhiched a third
makefile that pulled in <options> which is sufficient. Remove <pre>
and <post> inclusions to restore option functionality of these ports.
Bump to be on the safe side.
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/vietunicode-hannom/Makefile | 5 | ||||
-rw-r--r-- | vietnamese/vietunicode-trichlor/Makefile | 5 | ||||
-rw-r--r-- | vietnamese/vietunicode-web1/Makefile | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/vietnamese/vietunicode-hannom/Makefile b/vietnamese/vietunicode-hannom/Makefile index bb5aecbc535..b22514f8026 100644 --- a/vietnamese/vietunicode-hannom/Makefile +++ b/vietnamese/vietunicode-hannom/Makefile @@ -3,7 +3,7 @@ PORTNAME= vietunicode-hannom PORTVERSION= 2005.02.06 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= vietnamese x11-fonts MASTER_SITES= SF/vietunicode/hannom/hannom%20v2005 DISTNAME= hannom @@ -26,6 +26,5 @@ do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${TTF} ${STAGEDIR}${FONTSDIR}) -.include <bsd.port.pre.mk> .include "${PORTSDIR}/chinese/ttfm/Makefile.ttf" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/vietnamese/vietunicode-trichlor/Makefile b/vietnamese/vietunicode-trichlor/Makefile index db9f7d201f5..182aca4d620 100644 --- a/vietnamese/vietunicode-trichlor/Makefile +++ b/vietnamese/vietunicode-trichlor/Makefile @@ -3,7 +3,7 @@ PORTNAME= vietunicode-trichlor PORTVERSION= 2004.04.30 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= vietnamese x11-fonts MASTER_SITES= SF/vietunicode/VietFonts-TriChlor/TrichlorSet%20v2004 DISTNAME= VietFonts_TriChlor_ttf @@ -34,6 +34,5 @@ do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${TTF} ${STAGEDIR}${FONTSDIR}) -.include <bsd.port.pre.mk> .include "${PORTSDIR}/chinese/ttfm/Makefile.ttf" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/vietnamese/vietunicode-web1/Makefile b/vietnamese/vietunicode-web1/Makefile index 731ea09634e..a459c9149b5 100644 --- a/vietnamese/vietunicode-web1/Makefile +++ b/vietnamese/vietunicode-web1/Makefile @@ -3,7 +3,7 @@ PORTNAME= vietunicode-web1 PORTVERSION= 2004.04.30 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= vietnamese x11-fonts MASTER_SITES= SF/vietunicode/VietFonts-Web1/Web1%20Package%20v2004 DISTNAME= VietFontsWeb1_ttf @@ -23,6 +23,5 @@ do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${TTF} ${STAGEDIR}${FONTSDIR}) -.include <bsd.port.pre.mk> .include "${PORTSDIR}/chinese/ttfm/Makefile.ttf" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |