aboutsummaryrefslogtreecommitdiffstats
path: root/mail/evolution/Makefile
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-08-04 09:29:57 +0800
committerade <ade@FreeBSD.org>2000-08-04 09:29:57 +0800
commite5aeb3cde69e3800185a27f5bc2a3c754687032f (patch)
tree08ab3a1e4507371d74317a93633353c7ca10f4f6 /mail/evolution/Makefile
parentbf10dde347c6b717dcd3f7bc5f38d8ff5f36739f (diff)
downloadfreebsd-ports-gnome-e5aeb3cde69e3800185a27f5bc2a3c754687032f.tar.gz
freebsd-ports-gnome-e5aeb3cde69e3800185a27f5bc2a3c754687032f.tar.zst
freebsd-ports-gnome-e5aeb3cde69e3800185a27f5bc2a3c754687032f.zip
Update to 0.3.1
Diffstat (limited to 'mail/evolution/Makefile')
-rw-r--r--mail/evolution/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index f2749823c1db..40ac821d867c 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= evolution
-PORTVERSION= 0.2
+PORTVERSION= 0.3.1
CATEGORIES= mail gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/evolution
@@ -44,6 +44,13 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
PLIST_SUB= VERSION=${PORTVERSION}
+post-extract:
+ @${PERL} -pi -e 's|-lpthread|-pthread|g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
+ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
+
post-install:
@${CAT} ${PKGMESSAGE}