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/font-ipa | |
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/font-ipa')
-rw-r--r-- | japanese/font-ipa/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |