diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-08 20:00:35 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-08 20:00:35 +0000 |
commit | 5359f933ed669cd333661924f9b38a89753395bf (patch) | |
tree | cdd4b4b06ee39c20bada738bd36b63bd84b93777 /mail/squirrelmail-compatibility-plugin1/Makefile | |
parent | 782a37f1e74cc9c9368fa3945be5e3a24973c553 (diff) | |
download | ports-5359f933ed669cd333661924f9b38a89753395bf.tar.gz ports-5359f933ed669cd333661924f9b38a89753395bf.zip |
Fix permissions [1]
Update to 2.0.2 [2]
PR: 87606
Submitted by: Goran Lowkrantz <goran.lowkrantz@ismobile.com> [1], maintainer [2]
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=147627
Diffstat (limited to 'mail/squirrelmail-compatibility-plugin1/Makefile')
-rw-r--r-- | mail/squirrelmail-compatibility-plugin1/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/squirrelmail-compatibility-plugin1/Makefile b/mail/squirrelmail-compatibility-plugin1/Makefile index df4e4482cf9b..8d8aa97378fc 100644 --- a/mail/squirrelmail-compatibility-plugin1/Makefile +++ b/mail/squirrelmail-compatibility-plugin1/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= squirrelmail-${SQUIRREL_PLUGIN_NAME}-plugin -PORTVERSION= 2.0 +PORTVERSION= 2.0.2 CATEGORIES= mail www MASTER_SITES= http://www.squirrelmail.org/plugins/ DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION} @@ -50,12 +50,11 @@ pre-everything:: do-install: ${CP} -rp ${WRKSRC}/${SQUIRREL_PLUGIN_NAME} ${SQUIRRELDIR}/plugins - ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${SQUIRRELDIR}/plugins/${SQUIRREL_PLUGIN_NAME} post-install: @${ECHO} "Patching SquirrelMail for compatibility plugin" @${ECHO} "" - ${PATCH} -sN -p0 -d ${SQUIRRELDIR}/plugins < ${SQUIRRELDIR}/plugins/compatibility/patches/compatibility_patch-1.4.4.diff + ${PATCH} -sN -p0 -d ${SQUIRRELDIR}/plugins < ${SQUIRRELDIR}/plugins/compatibility/patches/compatibility_patch-1.4.5.diff @${ECHO} "" .ifndef WITHOUT_ACTIVATE |