summaryrefslogtreecommitdiff
path: root/mail/squirrelmail/Makefile
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2003-09-01 11:51:26 +0000
committermartti <martti@pkgsrc.org>2003-09-01 11:51:26 +0000
commit0a236b468cb91bf1e07043c6c231c887c8b49d8c (patch)
treed5f49f95f492e09e8f199b9f1e17612a35a059da /mail/squirrelmail/Makefile
parent57f2808ad7516e8b828339220eee44037bfc1359 (diff)
downloadpkgsrc-0a236b468cb91bf1e07043c6c231c887c8b49d8c.tar.gz
Updated squirrelmail to 1.4.1 (pkg/22652 by Adrian Portelli, so fixes by me)
- lots of bug fixes I couldn't make this work without the latest PHP (4.3.3)...
Diffstat (limited to 'mail/squirrelmail/Makefile')
-rw-r--r--mail/squirrelmail/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile
index 62de7987b64..5316e3ee963 100644
--- a/mail/squirrelmail/Makefile
+++ b/mail/squirrelmail/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2003/07/17 21:47:04 grant Exp $
+# $NetBSD: Makefile,v 1.34 2003/09/01 11:51:26 martti Exp $
-DISTNAME= squirrelmail-1.4.0
+DISTNAME= squirrelmail-1.4.1
CATEGORIES= mail www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrelmail/}
EXTRACT_SUFX= .tar.bz2
@@ -12,10 +12,8 @@ COMMENT= PHP4 webmail package
CONFLICTS= sq-attachment-handlers-[0-9]*
CONFLICTS+= sq-squirrelspell-[0-9]*
-DEPENDS+= php>=4.0.6:../../www/php4
-DEPENDS+= php-gettext>=4.0.6:../../devel/php4-gettext
-DEPENDS+= php-session>=4.0.6:../../devel/php4-session
-DEPENDS+= php-pcre>=4.0.6:../../devel/php4-pcre
+DEPENDS+= php>=4.3.3:../../www/php4
+DEPENDS+= php-gettext>=4.3.3:../../devel/php4-gettext
USE_BUILDLINK2= yes
USE_PKGINSTALL= yes
@@ -67,6 +65,8 @@ do-install:
${CP} -R ${WRKSRC}/* ${SMDIR}
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${SMDIR}
${CHMOD} -R a-w ${SMDIR}
+ ${CP} ${WRKSRC}/data/index.php ${USER_PREFS_DIR}/
+ ${CP} ${WRKSRC}/data/.htaccess ${USER_PREFS_DIR}/
.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"