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/Makefile | |
parent | 4c6dbff1bd07439d18764c8cf813e493388c5066 (diff) | |
download | ports-642dafd81826673c6baa7484222e152aa0491855.tar.gz ports-642dafd81826673c6baa7484222e152aa0491855.zip |
Notes
Diffstat (limited to 'mail/sylpheed2/Makefile')
-rw-r--r-- | mail/sylpheed2/Makefile | 13 |
1 files changed, 3 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> |