Date: Sun, 17 Jan 2016 12:39:57 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406308 - in head/vietnamese: vietunicode-hannom vietunicode-trichlor vietunicode-web1 Message-ID: <201601171239.u0HCdvRG087393@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Jan 17 12:39:57 2016 New Revision: 406308 URL: https://svnweb.freebsd.org/changeset/ports/406308 Log: 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. Modified: head/vietnamese/vietunicode-hannom/Makefile head/vietnamese/vietunicode-trichlor/Makefile head/vietnamese/vietunicode-web1/Makefile Modified: head/vietnamese/vietunicode-hannom/Makefile ============================================================================== --- head/vietnamese/vietunicode-hannom/Makefile Sun Jan 17 12:38:24 2016 (r406307) +++ head/vietnamese/vietunicode-hannom/Makefile Sun Jan 17 12:39:57 2016 (r406308) @@ -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> Modified: head/vietnamese/vietunicode-trichlor/Makefile ============================================================================== --- head/vietnamese/vietunicode-trichlor/Makefile Sun Jan 17 12:38:24 2016 (r406307) +++ head/vietnamese/vietunicode-trichlor/Makefile Sun Jan 17 12:39:57 2016 (r406308) @@ -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> Modified: head/vietnamese/vietunicode-web1/Makefile ============================================================================== --- head/vietnamese/vietunicode-web1/Makefile Sun Jan 17 12:38:24 2016 (r406307) +++ head/vietnamese/vietunicode-web1/Makefile Sun Jan 17 12:39:57 2016 (r406308) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601171239.u0HCdvRG087393>