diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 17:30:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 17:30:07 +0000 |
commit | 259261a5f779324054bca1a0d4bd68aa73bd7a4a (patch) | |
tree | a130f0e41019f65479adb9876b5bd63ec31558c8 /vietnamese | |
parent | 90e4be82825ccbf0a54d7f0c86778e37faa24604 (diff) |
Convert u* and v* to USES=zip
Notes
Notes:
svn path=/head/; revision=347787
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/hunspell/Makefile | 2 | ||||
-rw-r--r-- | vietnamese/unicode-uhoai/Makefile | 2 | ||||
-rw-r--r-- | vietnamese/vietunicode-hannom/Makefile | 2 | ||||
-rw-r--r-- | vietnamese/vietunicode-trichlor/Makefile | 2 | ||||
-rw-r--r-- | vietnamese/vietunicode-web1/Makefile | 2 | ||||
-rw-r--r-- | vietnamese/vis2u/Makefile | 2 | ||||
-rw-r--r-- | vietnamese/vntex/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/vietnamese/hunspell/Makefile b/vietnamese/hunspell/Makefile index 5e7b9f3dec8b..9699f81f33f8 100644 --- a/vietnamese/hunspell/Makefile +++ b/vietnamese/hunspell/Makefile @@ -11,7 +11,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Vietnamese hunspell dictionaries -EXTRACT_SUFX= .zip +USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes PROJECTHOST= hunspell-spellcheck-vi diff --git a/vietnamese/unicode-uhoai/Makefile b/vietnamese/unicode-uhoai/Makefile index 2788d3a7732a..b12d9fb0bd29 100644 --- a/vietnamese/unicode-uhoai/Makefile +++ b/vietnamese/unicode-uhoai/Makefile @@ -13,7 +13,7 @@ DISTNAME= uhoaiw21 MAINTAINER= obrien@FreeBSD.org COMMENT= Unicode TrueType Font with UHoai Vietnamese encoding -USE_ZIP= yes +USES= zip NO_WRKSUBDIR= yes NO_BUILD= taken care of in do-install target diff --git a/vietnamese/vietunicode-hannom/Makefile b/vietnamese/vietunicode-hannom/Makefile index 7f1d9e2c2708..44d26172735c 100644 --- a/vietnamese/vietunicode-hannom/Makefile +++ b/vietnamese/vietunicode-hannom/Makefile @@ -11,7 +11,7 @@ DISTNAME= hannom MAINTAINER= ports@FreeBSD.org COMMENT= UNICODE Han Nom Font Set -USE_ZIP= yes +USES= zip DIST_SUBDIR= VietUnicode NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/vietnamese/vietunicode-trichlor/Makefile b/vietnamese/vietunicode-trichlor/Makefile index 546a50744218..98e4153a60cd 100644 --- a/vietnamese/vietunicode-trichlor/Makefile +++ b/vietnamese/vietunicode-trichlor/Makefile @@ -11,7 +11,7 @@ DISTNAME= VietFonts_TriChlor_ttf MAINTAINER= ports@FreeBSD.org COMMENT= 100% Viet Unicode compatible -USE_ZIP= yes +USES= zip DIST_SUBDIR= VietUnicode NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/vietnamese/vietunicode-web1/Makefile b/vietnamese/vietunicode-web1/Makefile index 35883d97178f..a3fe8716732a 100644 --- a/vietnamese/vietunicode-web1/Makefile +++ b/vietnamese/vietunicode-web1/Makefile @@ -11,7 +11,7 @@ DISTNAME= VietFontsWeb1_ttf MAINTAINER= ports@FreeBSD.org COMMENT= 100% Viet Unicode & Viet Phan/Pali-Sanskrit compatible -USE_ZIP= yes +USES= zip DIST_SUBDIR= VietUnicode NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/vietnamese/vis2u/Makefile b/vietnamese/vis2u/Makefile index d807b9476608..9dab6ff21d92 100644 --- a/vietnamese/vis2u/Makefile +++ b/vietnamese/vis2u/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} MAINTAINER= obrien@FreeBSD.org COMMENT= VISCII->Unicode conversion -USE_ZIP= yes +USES= zip NO_WRKSUBDIR= yes do-build: diff --git a/vietnamese/vntex/Makefile b/vietnamese/vntex/Makefile index bc2a908e9d63..0b2f1cebe291 100644 --- a/vietnamese/vntex/Makefile +++ b/vietnamese/vntex/Makefile @@ -11,7 +11,7 @@ DISTNAME= vntex MAINTAINER= obrien@FreeBSD.org COMMENT= teTeX Vietnamese language + font support -USE_ZIP= yes +USES= zip USE_TEX= tex NO_BUILD= yes |