diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /deskutils/gnochm | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) |
Notes
Diffstat (limited to 'deskutils/gnochm')
-rw-r--r-- | deskutils/gnochm/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gnochm/pkg-plist | 27 |
2 files changed, 15 insertions, 14 deletions
diff --git a/deskutils/gnochm/Makefile b/deskutils/gnochm/Makefile index 3a5320a40c04..6e9b3bdbdf2f 100644 --- a/deskutils/gnochm/Makefile +++ b/deskutils/gnochm/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnochm PORTVERSION= 0.9.11 +PORTREVISION= 1 CATEGORIES= deskutils python gnome MASTER_SITES= SF @@ -29,7 +30,6 @@ GCONF_SCHEMAS= gnochm.schemas INSTALLS_OMF= yes 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/pkg-plist b/deskutils/gnochm/pkg-plist index dfce2568d442..4deba9111441 100644 --- a/deskutils/gnochm/pkg-plist +++ b/deskutils/gnochm/pkg-plist @@ -1,16 +1,16 @@ bin/gnochm -share/gnome/application-registry/gnochm.applications -share/gnome/applications/gnochm.desktop -share/gnome/gnochm/glade/gnochm.glade -share/gnome/gnochm/glade/prefdialog.glade +share/application-registry/gnochm.applications +share/applications/gnochm.desktop +share/gnochm/glade/gnochm.glade +share/gnochm/glade/prefdialog.glade share/gnome/help/gnochm/C/gnochm.xml share/gnome/help/gnochm/C/legal.xml -share/gnome/mime-info/gnochm.keys -share/gnome/mime-info/gnochm.mime -share/gnome/omf/gnochm/gnochm-C.omf -share/gnome/pixmaps/chmfile.png -share/gnome/pixmaps/gnochm.png -share/gnome/pixmaps/gnochm_logo.png +share/mime-info/gnochm.keys +share/mime-info/gnochm.mime +share/omf/gnochm/gnochm-C.omf +share/pixmaps/chmfile.png +share/pixmaps/gnochm.png +share/pixmaps/gnochm_logo.png share/locale/be/LC_MESSAGES/gnochm.mo share/locale/cs/LC_MESSAGES/gnochm.mo share/locale/de/LC_MESSAGES/gnochm.mo @@ -30,12 +30,13 @@ share/locale/zh_CN/LC_MESSAGES/gnochm.mo share/locale/zh_TW/LC_MESSAGES/gnochm.mo share/mime/application/x-chm.xml share/mime/packages/gnochm.xml -@dirrm share/gnome/omf/gnochm +@dirrm share/omf/gnochm @dirrm share/gnome/help/gnochm/C @dirrm share/gnome/help/gnochm -@dirrm share/gnome/gnochm/glade -@dirrm share/gnome/gnochm +@dirrm share/gnochm/glade +@dirrm share/gnochm @dirrmtry man/it/man1 @dirrmtry man/it @exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime @unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@dirrmtry share/applications |