diff options
author | hrs <hrs@FreeBSD.org> | 2009-06-05 09:05:27 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2009-06-05 09:05:27 +0800 |
commit | c3181497b67405ece4a062371b67a2178caae216 (patch) | |
tree | 74015706948f887d4aa7607eabdebfbf31fc8ab5 /japanese | |
parent | a97b9e4a7cfd9753b3b5e12207f2b44bd0086e31 (diff) | |
download | freebsd-ports-gnome-c3181497b67405ece4a062371b67a2178caae216.tar.gz freebsd-ports-gnome-c3181497b67405ece4a062371b67a2178caae216.tar.zst freebsd-ports-gnome-c3181497b67405ece4a062371b67a2178caae216.zip |
Add CONFLICTS line with old ja-ipa-ttfonts-[0-9]* as safety
measures against duplicate installation.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/font-ipa-uigothic/Makefile | 3 | ||||
-rw-r--r-- | japanese/font-ipa/Makefile | 2 | ||||
-rw-r--r-- | japanese/font-mplus-ipa/Makefile | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/japanese/font-ipa-uigothic/Makefile b/japanese/font-ipa-uigothic/Makefile index b63c35982a90..08fd0395f379 100644 --- a/japanese/font-ipa-uigothic/Makefile +++ b/japanese/font-ipa-uigothic/Makefile @@ -16,7 +16,8 @@ COMMENT= IPA Japanese fonts, UIGothic RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig # ja-font-mplus-ipa-1.0.20060520.p1 has an old ipagui.ttf -CONFLICTS= ja-font-mplus-ipa-1.0.20060520.p1 +CONFLICTS= ja-font-mplus-ipa-1.0.20060520.p1 \ + ja-ipa-ttfonts-[0-9]* USE_ZIP= yes NO_BUILD= yes diff --git a/japanese/font-ipa/Makefile b/japanese/font-ipa/Makefile index 587f4cf21854..c9f076f6c278 100644 --- a/japanese/font-ipa/Makefile +++ b/japanese/font-ipa/Makefile @@ -16,6 +16,8 @@ COMMENT= IPA Japanese fonts RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig +CONFLICTS= ja-ipa-ttfonts-[0-9]* + USE_ZIP= yes NO_BUILD= yes PKGINSTALL= ${WRKDIR}/pkg-install diff --git a/japanese/font-mplus-ipa/Makefile b/japanese/font-mplus-ipa/Makefile index 42884f26b47f..73b68664d047 100644 --- a/japanese/font-mplus-ipa/Makefile +++ b/japanese/font-mplus-ipa/Makefile @@ -18,6 +18,8 @@ COMMENT= Mixed Japanese font with IPA, M-plus outline, and Bitstream Vera RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig +CONFLICTS= ja-ipa-ttfonts-[0-9]* + USE_BZIP2= yes NO_BUILD= yes PKGINSTALL= ${WRKDIR}/pkg-install |