diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-02-18 09:18:12 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-02-18 09:18:12 +0000 |
commit | acb0ce1097f9817ef9ae28bd72f7588f1f5809c0 (patch) | |
tree | 2de95a1730aa388090ac542bb5d85eb6d0c28c08 /editors/yudit | |
parent | f72b903e222f8ec0fb71ffc494d9b8729d6ae29a (diff) | |
download | ports-acb0ce1097f9817ef9ae28bd72f7588f1f5809c0.tar.gz ports-acb0ce1097f9817ef9ae28bd72f7588f1f5809c0.zip |
Notes
Diffstat (limited to 'editors/yudit')
-rw-r--r-- | editors/yudit/Makefile | 8 | ||||
-rw-r--r-- | editors/yudit/distinfo | 2 | ||||
-rw-r--r-- | editors/yudit/pkg-plist | 12 |
3 files changed, 17 insertions, 5 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index d0fda7d8612d..bb7d5eb5f87f 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -5,8 +5,11 @@ # # $FreeBSD$ # +# +# +# -DISTNAME= yudit-1.3 +DISTNAME= yudit-1.5 CATEGORIES= editors converters print MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/editors/X @@ -22,9 +25,6 @@ MAKE_ENV= LC_ALL=C MAN1= yudit.1 makeumap.1 stripumap.1 uniconv.1 uniprint.1 USE_GMAKE= YES -pre-patch: - ${CP} ${FILESDIR}/*map ${WRKSRC}/data - post-install: cd ${PREFIX}/bin/ && strip yudit stripumap uniconv uniprint diff --git a/editors/yudit/distinfo b/editors/yudit/distinfo index eb0c6688c278..30c750579f2d 100644 --- a/editors/yudit/distinfo +++ b/editors/yudit/distinfo @@ -1 +1 @@ -MD5 (yudit-1.3.tar.gz) = 20d7eabf3d341c637677f4d415dba00f +MD5 (yudit-1.5.tar.gz) = db5388739912171aa8399ac5a7cb34ee diff --git a/editors/yudit/pkg-plist b/editors/yudit/pkg-plist index e41863c2a584..8efb46799ea1 100644 --- a/editors/yudit/pkg-plist +++ b/editors/yudit/pkg-plist @@ -58,7 +58,10 @@ share/yudit/data/Troff.kmap share/yudit/data/Unicode2.kmap share/yudit/data/VISCII.bumap share/yudit/data/Vietnamese.kmap +share/yudit/data/VNtelex.kmap +share/yudit/data/XKB_iso8859-4.kmap share/yudit/help/Config-de.help +share/yudit/help/Config-fr.help share/yudit/help/Config-hu.help share/yudit/help/Config-zh_TW.help share/yudit/help/Config.help @@ -68,10 +71,13 @@ share/yudit/help/General-zh_TW.help share/yudit/help/General.help share/yudit/help/TestPage.help share/yudit/locale/de.utf8/LC_MESSAGES/messages.mo +share/yudit/locale/fr.utf8/LC_MESSAGES/messages.mo share/yudit/locale/hu.utf8/LC_MESSAGES/messages.mo share/yudit/locale/it.utf8/LC_MESSAGES/messages.mo share/yudit/locale/ja.utf8/LC_MESSAGES/messages.mo +share/yudit/locale/po.utf8/LC_MESSAGES/messages.mo share/yudit/locale/ru.utf8/LC_MESSAGES/messages.mo +share/yudit/locale/sl.utf8/LC_MESSAGES/messages.mo share/yudit/locale/your.utf8/LC_MESSAGES/messages.mo share/yudit/locale/zh_TW.utf8/LC_MESSAGES/messages.mo @dirrm share/yudit/config @@ -79,14 +85,20 @@ share/yudit/locale/zh_TW.utf8/LC_MESSAGES/messages.mo @dirrm share/yudit/help @dirrm share/yudit/locale/de.utf8/LC_MESSAGES @dirrm share/yudit/locale/de.utf8 +@dirrm share/yudit/locale/fr.utf8/LC_MESSAGES +@dirrm share/yudit/locale/fr.utf8 @dirrm share/yudit/locale/hu.utf8/LC_MESSAGES @dirrm share/yudit/locale/hu.utf8 @dirrm share/yudit/locale/it.utf8/LC_MESSAGES @dirrm share/yudit/locale/it.utf8 @dirrm share/yudit/locale/ja.utf8/LC_MESSAGES @dirrm share/yudit/locale/ja.utf8 +@dirrm share/yudit/locale/po.utf8/LC_MESSAGES +@dirrm share/yudit/locale/po.utf8 @dirrm share/yudit/locale/ru.utf8/LC_MESSAGES @dirrm share/yudit/locale/ru.utf8 +@dirrm share/yudit/locale/sl.utf8/LC_MESSAGES +@dirrm share/yudit/locale/sl.utf8 @dirrm share/yudit/locale/your.utf8/LC_MESSAGES @dirrm share/yudit/locale/your.utf8 @dirrm share/yudit/locale/zh_TW.utf8/LC_MESSAGES |