diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-14 23:16:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-14 23:16:17 +0000 |
commit | d9e773ce4202936472889fb214be3ce3a251e034 (patch) | |
tree | 97aa0b49c580415fc6c6fd5cfeeef5f1293b44cd /deskutils/gnochm | |
parent | db58d0eb8adee1620cb121cb6c5e103bd95bd67e (diff) | |
download | ports-d9e773ce4202936472889fb214be3ce3a251e034.tar.gz ports-d9e773ce4202936472889fb214be3ce3a251e034.zip |
Notes
Diffstat (limited to 'deskutils/gnochm')
-rw-r--r-- | deskutils/gnochm/Makefile | 4 | ||||
-rw-r--r-- | deskutils/gnochm/distinfo | 4 | ||||
-rw-r--r-- | deskutils/gnochm/pkg-plist | 11 |
3 files changed, 10 insertions, 9 deletions
diff --git a/deskutils/gnochm/Makefile b/deskutils/gnochm/Makefile index ff92bbeff308..958e71644486 100644 --- a/deskutils/gnochm/Makefile +++ b/deskutils/gnochm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnochm -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 CATEGORIES= deskutils python gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -30,9 +30,11 @@ GCONF_SCHEMAS= gnochm.schemas INSTALLS_OMF= yes MAN1= gnochm.1 +MANLANG= "" it MANCOMPRESSED= no post-patch: @${REINPLACE_CMD} -e 's|@APPDATADIR@|@APPDATADIR@/gnome|' ${WRKSRC}/gnochm.py.in + @${REINPLACE_CMD} -e 's|$(prefix)/share/man|$(prefix)/man|' ${WRKSRC}/data/Makefile.in .include <bsd.port.mk> diff --git a/deskutils/gnochm/distinfo b/deskutils/gnochm/distinfo index 636f25e90e08..41650ec32c1f 100644 --- a/deskutils/gnochm/distinfo +++ b/deskutils/gnochm/distinfo @@ -1,2 +1,2 @@ -MD5 (gnochm-0.9.3.tar.gz) = 8b5b8c16337e93366dda6667c11821b2 -SIZE (gnochm-0.9.3.tar.gz) = 276179 +MD5 (gnochm-0.9.4.tar.gz) = 4066f9b9d31d2175a926f7e72b01f6eb +SIZE (gnochm-0.9.4.tar.gz) = 301467 diff --git a/deskutils/gnochm/pkg-plist b/deskutils/gnochm/pkg-plist index 1dddae51dd10..d6de0a2ec754 100644 --- a/deskutils/gnochm/pkg-plist +++ b/deskutils/gnochm/pkg-plist @@ -11,10 +11,11 @@ share/gnome/omf/gnochm/gnochm-C.omf share/gnome/pixmaps/chmfile.png share/gnome/pixmaps/gnochm.png share/gnome/pixmaps/gnochm_logo.png -share/locale/de_DE/LC_MESSAGES/gnochm.mo +share/locale/de/LC_MESSAGES/gnochm.mo share/locale/it/LC_MESSAGES/gnochm.mo share/locale/pt_BR/LC_MESSAGES/gnochm.mo -share/locale/tr_TR/LC_MESSAGES/gnochm.mo +share/locale/ru/LC_MESSAGES/gnochm.mo +share/locale/tr/LC_MESSAGES/gnochm.mo share/locale/zh_CN/LC_MESSAGES/gnochm.mo share/mime/application/x-chm.xml share/mime/packages/gnochm.xml @@ -23,9 +24,7 @@ share/mime/packages/gnochm.xml @dirrm share/gnome/help/gnochm @dirrm share/gnome/gnochm/glade @dirrm share/gnome/gnochm +@unexec rmdir %D/man/it/man1 2>/dev/null||true +@unexec rmdir %D/man/it 2>/dev/null||true @exec update-mime-database %D/share/mime @unexec update-mime-database %D/share/mime -@unexec rmdir %D/share/locale/de_DE/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/de_DE 2> /dev/null || true -@unexec rmdir %D/share/locale/tr_TR/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/tr_TR 2> /dev/null || true |