diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /mail/evolution-sharp | |
parent | 7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff) |
Notes
Diffstat (limited to 'mail/evolution-sharp')
-rw-r--r-- | mail/evolution-sharp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/evolution-sharp/Makefile b/mail/evolution-sharp/Makefile index 79409eb5cbbc..342e67e36c68 100644 --- a/mail/evolution-sharp/Makefile +++ b/mail/evolution-sharp/Makefile @@ -8,6 +8,7 @@ PORTNAME= evolution-sharp PORTVERSION= 0.11.1 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.11 @@ -28,8 +29,9 @@ USE_GMAKE= yes INSTALLS_SHLIB= yes post-patch: - @${REINPLACE_CMD} 's|evolution-shell-2.2|evolution-shell-2.6|g' \ - ${WRKSRC}/configure + @${REINPLACE_CMD} 's|eshellver="2.6"|eshellver="2.8"|g ; \ + s|evolution-shell-2.6|evolution-shell-2.8|g' \ + ${WRKSRC}/configure @${REINPLACE_CMD} 's|.@EBOOK_SOVERSION@||g ; \ s|.@ECAL_SOVERSION@||g ; \ s|.@EDS_SOVERSION@||g' \ |