diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-14 03:25:17 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-14 03:25:17 +0800 |
commit | 6ccffc499c297879ed6f6716040bb5d834ab7699 (patch) | |
tree | 78ec39905e63e175ed062c65dff1d47e14490a98 /mail/evolution/Makefile | |
parent | 7e665761af46118c51fd5e887ee84f0c5136e32c (diff) | |
download | freebsd-ports-graphics-6ccffc499c297879ed6f6716040bb5d834ab7699.tar.gz freebsd-ports-graphics-6ccffc499c297879ed6f6716040bb5d834ab7699.tar.zst freebsd-ports-graphics-6ccffc499c297879ed6f6716040bb5d834ab7699.zip |
Update to 1.0.1.
PR: 33835
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
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 b42ea72a8dc..375fc4dc22b 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 |