diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-13 19:25:17 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-13 19:25:17 +0000 |
commit | 845c05afacd6588be1d69f720b3ef04414530234 (patch) | |
tree | 470f4119826f27795172e9480a129d1d6e2c80e3 /mail/evolution/Makefile | |
parent | 0e638f172e26ba471cb70e114f509188323a028a (diff) |
Notes
Diffstat (limited to 'mail/evolution/Makefile')
-rw-r--r-- | mail/evolution/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index b42ea72a8dc1..375fc4dc22b1 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -6,8 +6,7 @@ # PORTNAME= evolution -PORTVERSION= 1.0 -PORTREVISION= 8 +PORTVERSION= 1.0.1 CATEGORIES= mail gnome MASTER_SITES= http://www.sleepycat.com/update/3.1.17/ \ ${MASTER_SITE_GNOME} @@ -54,6 +53,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${DB3_WRKSRC} -I${LOCALBASE}/include" \ PLIST_SUB+= VERSION=${PORTVERSION} +MAN1= evolution.1 + pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |