diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-04-08 08:20:26 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-04-08 08:20:26 +0000 |
commit | 642dafd81826673c6baa7484222e152aa0491855 (patch) | |
tree | 3c7afb40f6bedfb008b2fcf20f89b167955486ac /mail/sylpheed2 | |
parent | 4c6dbff1bd07439d18764c8cf813e493388c5066 (diff) | |
download | ports-642dafd81826673c6baa7484222e152aa0491855.tar.gz ports-642dafd81826673c6baa7484222e152aa0491855.zip |
Notes
Diffstat (limited to 'mail/sylpheed2')
-rw-r--r-- | mail/sylpheed2/Makefile | 13 | ||||
-rw-r--r-- | mail/sylpheed2/pkg-plist | 4 |
2 files changed, 7 insertions, 10 deletions
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index 32ac8560396a..d88cab1b08b7 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -7,6 +7,7 @@ PORTNAME= sylpheed PORTVERSION= 2.2.4 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ @@ -22,7 +23,6 @@ USE_ICONV= yes USE_X_PREFIX= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes -USE_REINPLACE= yes # Sylpheed needs pthread if GnomeVFS is installed (GtkFileChooser uses it) CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ @@ -89,11 +89,6 @@ CONFIGURE_ARGS+=--enable-gtkspell CONFIGURE_ARGS+=--disable-gtkspell .endif -.if defined(WITH_GNOME) -PLIST_FILES= share/gnome/applications/sylpheed.desktop \ - share/gnome/pixmaps/sylpheed.png -.endif - MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \ faq/en/Makefile.in faq/es/Makefile.in faq/fr/Makefile.in \ faq/it/Makefile.in manual/Makefile.in manual/en/Makefile.in \ @@ -125,9 +120,7 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/${i}.ja ${DOCSDIR} .endfor .endif -.if defined(WITH_GNOME) - @${INSTALL_DATA} ${WRKSRC}/sylpheed.png ${PREFIX}/share/gnome/pixmaps/ - @${INSTALL_DATA} ${WRKSRC}/sylpheed.desktop ${PREFIX}/share/gnome/applications/ -.endif + @${INSTALL_DATA} ${WRKSRC}/sylpheed.png ${PREFIX}/share/pixmaps/ + @${INSTALL_DATA} ${WRKSRC}/sylpheed.desktop ${PREFIX}/share/applications/ .include <bsd.port.post.mk> diff --git a/mail/sylpheed2/pkg-plist b/mail/sylpheed2/pkg-plist index e373d69521aa..9e96ddcea8d7 100644 --- a/mail/sylpheed2/pkg-plist +++ b/mail/sylpheed2/pkg-plist @@ -7,6 +7,7 @@ bin/sylpheed %%PORTDOCS%%%%DOCSDIR%%/README.ja %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/TODO.ja +share/applications/sylpheed.desktop share/locale/cs/LC_MESSAGES/sylpheed.mo share/locale/bg/LC_MESSAGES/sylpheed.mo share/locale/da/LC_MESSAGES/sylpheed.mo @@ -36,6 +37,7 @@ share/locale/uk/LC_MESSAGES/sylpheed.mo share/locale/vi/LC_MESSAGES/sylpheed.mo share/locale/zh_CN/LC_MESSAGES/sylpheed.mo share/locale/zh_TW/LC_MESSAGES/sylpheed.mo +share/pixmaps/sylpheed.png %%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-1.html %%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-2.html %%PORTDOCS%%%%DOCSDIR%%/faq/de/sylpheed-faq-3.html @@ -111,5 +113,7 @@ share/locale/zh_TW/LC_MESSAGES/sylpheed.mo %%PORTDOCS%%@dirrm %%DOCSDIR%%/faq/de %%PORTDOCS%%@dirrm %%DOCSDIR%%/faq %%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrmtry share/applications @dirrmtry share/locale/lt/LC_MESSAGES @dirrmtry share/locale/lt +@dirrmtry share/pixmaps |