summaryrefslogtreecommitdiff
path: root/mail/evolution
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-16 04:54:51 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-16 04:54:51 +0000
commit266feb7fad081940765e97f3e922f7a7e765fedd (patch)
treeaf40cb68f6127e8db9e280d9797a79258b1ed587 /mail/evolution
parentThere's no need for a pkg-install script. The work can be done with a (diff)
Remove the quotes from ${EVO_VERSION} and change the chmod call a bit.
Notes
Notes: svn path=/head/; revision=83096
Diffstat (limited to 'mail/evolution')
-rw-r--r--mail/evolution/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index dad196f80877..850ddb4078cd 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -44,7 +44,7 @@ CONFIGURE_ARGS= --with-db3-libs=${DB3_WRKSRC} \
--enable-nss=no \
--enable-openssl=yes
-EVO_VERSION= "1.4"
+EVO_VERSION= 1.4
.if defined(WITH_LDAP)
CONFIGURE_ARGS+= --with-openldap=${LOCALBASE}
@@ -94,6 +94,6 @@ pre-configure:
post-install:
@${FIND} ${PREFIX}/share/gnome/evolution/${EVO_VERSION}/default_user \
- -type f | ${XARGS} ${CHMOD} 0644
+ -type f | ${XARGS} ${CHMOD} u+w
.include <bsd.port.mk>