diff options
author | nork <nork@FreeBSD.org> | 2005-02-08 23:35:37 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-02-08 23:35:37 +0800 |
commit | eb2bacbe31a7a017b67d8e1f71634b429f744c69 (patch) | |
tree | ac25d220c607924f6737415da8280b89cd12c1d6 /mail/squirrelmail/Makefile | |
parent | 4a9bee83fec43fe9041c08992d09aa62ad393bd6 (diff) | |
download | freebsd-ports-gnome-eb2bacbe31a7a017b67d8e1f71634b429f744c69.tar.gz freebsd-ports-gnome-eb2bacbe31a7a017b67d8e1f71634b429f744c69.tar.zst freebsd-ports-gnome-eb2bacbe31a7a017b67d8e1f71634b429f744c69.zip |
Update to 1.4.4.
PR: ports/76886[1], ports/76584[2]
Submitted by: Simon Dick <simond@irrelevant.org> (maintainer) [1]
Joseph Scott <joseph@randomnetworks.com> [2]
Diffstat (limited to 'mail/squirrelmail/Makefile')
-rw-r--r-- | mail/squirrelmail/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index dba0e4fb582d..1c314c422e27 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -6,11 +6,14 @@ # PORTNAME= squirrelmail -PORTVERSION?= 1.4.3a -PORTREVISION?= 5 +PORTVERSION?= 1.4.4 +PORTREVISION?= 0 CATEGORIES?= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= squirrelmail +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + all_locales-${PORTVERSION}-20050122${EXTRACT_SUFX} +DIST_SUBDIR= squirrelmail MAINTAINER?= simond@irrelevant.org COMMENT?= A webmail system which accesses mail over IMAP @@ -56,6 +59,7 @@ pre-everything:: @${ECHO_CMD} @${ECHO_CMD} "Use WITH_LDAP to ensure PHP LDAP support is installed" @${ECHO_CMD} "Use WITH_DATABASE to ensure PEAR framework for database support is installed" + @${ECHO_CMD} " (note that this does not install the database specific PEAR support, e.g. MySQL)" @${ECHO_CMD} .if !target(slaveport-post-patch) @@ -74,6 +78,7 @@ post-patch: slaveport-post-patch ${MASTERDIR}/pkg-message > ${PKGMESSAGE} @${REINPLACE_CMD} -e 's|ispell|${LOCALBASE}/bin/ispell|g' \ ${WRKSRC}/plugins/squirrelspell/sqspell_config.php + @${RM} ${WRKSRC}/plugins/squirrelspell/sqspell_config.php.bak # Rearrange the documentation do-build: @@ -94,6 +99,9 @@ do-build: ${RM} -f doc/plugins/squirrelspell/index.php ; \ ${RM} -rf plugins/squirrelspell/doc @${ECHO} "left_refresh=300" >> ${WRKSRC}/data/default_pref + @${CP} -r ${WRKSRC}/../locale ${WRKSRC} + @${CP} -r ${WRKSRC}/../images ${WRKSRC} + @${CP} -r ${WRKSRC}/../help ${WRKSRC} pre-install: @${ECHO} "Your umask should be lax while installing this. Like, 022 or something." |