aboutsummaryrefslogtreecommitdiff
path: root/vietnamese
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-01-17 12:39:57 +0000
committerJohn Marino <marino@FreeBSD.org>2016-01-17 12:39:57 +0000
commit7cc771c9c79c444ff3b58d18eeecf949707c4246 (patch)
tree8dad82b007d63c11b9a170743b2c862a1a0eac63 /vietnamese
parent6534d28dcd376873853b1c75fb4873c0cf33b401 (diff)
downloadports-7cc771c9c79c444ff3b58d18eeecf949707c4246.tar.gz
ports-7cc771c9c79c444ff3b58d18eeecf949707c4246.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.
Notes
Notes: svn path=/head/; revision=406308
Diffstat (limited to 'vietnamese')
-rw-r--r--vietnamese/vietunicode-hannom/Makefile5
-rw-r--r--vietnamese/vietunicode-trichlor/Makefile5
-rw-r--r--vietnamese/vietunicode-web1/Makefile5
3 files changed, 6 insertions, 9 deletions
diff --git a/vietnamese/vietunicode-hannom/Makefile b/vietnamese/vietunicode-hannom/Makefile
index bb5aecbc5357..b22514f8026f 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 db9f7d201f55..182aca4d6209 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 731ea09634ea..a459c9149b57 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>