diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-02 03:35:33 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-02 03:35:33 +0800 |
commit | 3ae941df4d931f7eacf1267b8883e35d3f91e3c6 (patch) | |
tree | 44c799312982a645a662b2beecec6409cb007c04 /mail | |
parent | b96218a1032bcaf5475d2b15a62391c91b1da43d (diff) | |
download | marcuscom-ports-3ae941df4d931f7eacf1267b8883e35d3f91e3c6.tar marcuscom-ports-3ae941df4d931f7eacf1267b8883e35d3f91e3c6.tar.gz marcuscom-ports-3ae941df4d931f7eacf1267b8883e35d3f91e3c6.tar.bz2 marcuscom-ports-3ae941df4d931f7eacf1267b8883e35d3f91e3c6.tar.lz marcuscom-ports-3ae941df4d931f7eacf1267b8883e35d3f91e3c6.tar.xz marcuscom-ports-3ae941df4d931f7eacf1267b8883e35d3f91e3c6.tar.zst marcuscom-ports-3ae941df4d931f7eacf1267b8883e35d3f91e3c6.zip |
Create a symlink, evolution, that points to evolution-2.0. This way, the
clock applet will once again be able to launch Evolution.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2757 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/Makefile | 3 | ||||
-rw-r--r-- | mail/evolution/pkg-plist | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 26dd873a0..74c0ad2cf 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -7,6 +7,7 @@ PORTNAME= evolution PORTVERSION= 1.5.94.1 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.5 @@ -74,5 +75,7 @@ RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin post-install: @${CHMOD} u+w ${PREFIX}/share/gnome/evolution/${EVO_VERSION}/default/C/mail/local/Inbox + @${LN} -s ${PREFIX}/bin/evolution-${EVO_VERSION} \ + ${PREFIX}/bin/evolution .include <bsd.port.post.mk> diff --git a/mail/evolution/pkg-plist b/mail/evolution/pkg-plist index 3c17a0a2e..c239d6809 100644 --- a/mail/evolution/pkg-plist +++ b/mail/evolution/pkg-plist @@ -1,3 +1,4 @@ +bin/evolution bin/evolution-%%VERSION%% include/evolution-%%VERSION%%/camel/broken-date-parser.h include/evolution-%%VERSION%%/camel/camel-address.h |