diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-05-15 12:08:06 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-05-15 12:08:06 +0000 |
commit | d06f3588c359506065162e8b2b820e1e49b3b224 (patch) | |
tree | fe0a961fe4dd8aafed4d36ae047ed430b5942276 /mail/sylpheed-claws/Makefile | |
parent | f2830ff59280615d52a8aa041f7531331da7e0ca (diff) | |
download | ports-d06f3588c359506065162e8b2b820e1e49b3b224.tar.gz ports-d06f3588c359506065162e8b2b820e1e49b3b224.zip |
- update to 1.0.4a
- depend upon the mime-support port (and get rid of the pkg-message)
- move the gnome desktop file to the new-world-order-directory
Notes
Notes:
svn path=/head/; revision=135283
Diffstat (limited to 'mail/sylpheed-claws/Makefile')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 45ed87619538..35209d1be701 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -6,7 +6,8 @@ # PORTNAME= sylpheed-claws -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.4a +#PORTREVISION= 1 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws @@ -14,7 +15,8 @@ MASTER_SITE_SUBDIR= sylpheed-claws DISTFILES= ${EXTRACT_ONLY} \ ${THEMEFILE} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -PKGMESSAGE= ${WRKDIR}/pkg-message + +RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support MAINTAINER= netchild@FreeBSD.org COMMENT= A lightweight and very featureful GTK+ based e-mail and news client @@ -181,7 +183,6 @@ post-patch: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's|src manual faq tools|src tools|' ${WRKSRC}/Makefile.in .endif - @${SED} -e 's:%%PREFIX%%:${PREFIX}:g' ${PKGDIR}/pkg-message >${PKGMESSAGE} post-install: .if !defined(NOPORTDOCS) @@ -202,8 +203,8 @@ post-install: ${DATADIR} .if ${HAVE_GNOME:Mgnomehier} != "" - @${MKDIR} ${PREFIX}/share/gnome/apps/Internet - @${INSTALL_DATA} ${WRKSRC}/sylpheed.desktop ${PREFIX}/share/gnome/apps/Internet/sylpheed-claws.desktop + @${MKDIR} ${PREFIX}/share/gnome/applications + @${INSTALL_DATA} ${WRKSRC}/sylpheed.desktop ${PREFIX}/share/gnome/applications/sylpheed-claws.desktop .endif .if !defined(WITHOUT_THEMES) @@ -219,6 +220,5 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/tools/sylprint.rc ${PREFIX}/etc/sylprint.rc.example @${MKDIR} ${PREFIX}/share/pixmaps @${INSTALL_DATA} ${WRKSRC}/sylpheed.png ${PREFIX}/share/pixmaps/sylpheed-claws.png - @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |