Add a missing file useful for MSIE users.
PR: 90051 Submitted by: Chris Dickson <chris (at) flipjam.co.uk>
This commit is contained in:
parent
4544724922
commit
1cb84e78c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150561
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= imp
|
||||
PORTVERSION= 4.0.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= ftp://ftp.horde.org/pub/imp/ \
|
||||
ftp://ftp.planetmirror.com/pub/horde/imp/ \
|
||||
@ -110,7 +111,7 @@ DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL \
|
||||
docs/RELEASE_NOTES docs/TODO docs/UPGRADING
|
||||
CONFFILE= filter.txt header.txt menu.php mime_drivers.php motd.php \
|
||||
prefs.php servers.php trailer.txt
|
||||
SUB_DIRS= config lib locale po scripts templates themes
|
||||
SUB_DIRS= config js lib locale po scripts templates themes
|
||||
|
||||
LHORDEDIR?= www/horde
|
||||
LIMPDIR= ${LHORDEDIR}/imp
|
||||
|
@ -34,6 +34,7 @@
|
||||
%%IMPDIR%%/filterprefs.php
|
||||
%%IMPDIR%%/folders.php
|
||||
%%IMPDIR%%/index.php
|
||||
%%IMPDIR%%/js/ieEscGuard.js
|
||||
%%IMPDIR%%/lib/.htaccess
|
||||
%%IMPDIR%%/lib/Auth/imp.php
|
||||
%%IMPDIR%%/lib/Block/summary.php
|
||||
@ -496,5 +497,6 @@ etc/horde/httpd.conf.imp
|
||||
@dirrm %%IMPDIR%%/lib/Block
|
||||
@dirrm %%IMPDIR%%/lib/Auth
|
||||
@dirrm %%IMPDIR%%/lib
|
||||
@dirrm %%IMPDIR%%/js
|
||||
@unexec rmdir %D/%%IMPDIR%%/config 2>/dev/null || true
|
||||
@unexec rmdir %D/%%IMPDIR%% 2>/dev/null || true
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= imp
|
||||
PORTVERSION= 4.0.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= ftp://ftp.horde.org/pub/imp/ \
|
||||
ftp://ftp.planetmirror.com/pub/horde/imp/ \
|
||||
@ -110,7 +111,7 @@ DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL \
|
||||
docs/RELEASE_NOTES docs/TODO docs/UPGRADING
|
||||
CONFFILE= filter.txt header.txt menu.php mime_drivers.php motd.php \
|
||||
prefs.php servers.php trailer.txt
|
||||
SUB_DIRS= config lib locale po scripts templates themes
|
||||
SUB_DIRS= config js lib locale po scripts templates themes
|
||||
|
||||
LHORDEDIR?= www/horde
|
||||
LIMPDIR= ${LHORDEDIR}/imp
|
||||
|
@ -34,6 +34,7 @@
|
||||
%%IMPDIR%%/filterprefs.php
|
||||
%%IMPDIR%%/folders.php
|
||||
%%IMPDIR%%/index.php
|
||||
%%IMPDIR%%/js/ieEscGuard.js
|
||||
%%IMPDIR%%/lib/.htaccess
|
||||
%%IMPDIR%%/lib/Auth/imp.php
|
||||
%%IMPDIR%%/lib/Block/summary.php
|
||||
@ -496,5 +497,6 @@ etc/horde/httpd.conf.imp
|
||||
@dirrm %%IMPDIR%%/lib/Block
|
||||
@dirrm %%IMPDIR%%/lib/Auth
|
||||
@dirrm %%IMPDIR%%/lib
|
||||
@dirrm %%IMPDIR%%/js
|
||||
@unexec rmdir %D/%%IMPDIR%%/config 2>/dev/null || true
|
||||
@unexec rmdir %D/%%IMPDIR%% 2>/dev/null || true
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= imp
|
||||
PORTVERSION= 4.0.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= ftp://ftp.horde.org/pub/imp/ \
|
||||
ftp://ftp.planetmirror.com/pub/horde/imp/ \
|
||||
@ -110,7 +111,7 @@ DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL \
|
||||
docs/RELEASE_NOTES docs/TODO docs/UPGRADING
|
||||
CONFFILE= filter.txt header.txt menu.php mime_drivers.php motd.php \
|
||||
prefs.php servers.php trailer.txt
|
||||
SUB_DIRS= config lib locale po scripts templates themes
|
||||
SUB_DIRS= config js lib locale po scripts templates themes
|
||||
|
||||
LHORDEDIR?= www/horde
|
||||
LIMPDIR= ${LHORDEDIR}/imp
|
||||
|
@ -34,6 +34,7 @@
|
||||
%%IMPDIR%%/filterprefs.php
|
||||
%%IMPDIR%%/folders.php
|
||||
%%IMPDIR%%/index.php
|
||||
%%IMPDIR%%/js/ieEscGuard.js
|
||||
%%IMPDIR%%/lib/.htaccess
|
||||
%%IMPDIR%%/lib/Auth/imp.php
|
||||
%%IMPDIR%%/lib/Block/summary.php
|
||||
@ -496,5 +497,6 @@ etc/horde/httpd.conf.imp
|
||||
@dirrm %%IMPDIR%%/lib/Block
|
||||
@dirrm %%IMPDIR%%/lib/Auth
|
||||
@dirrm %%IMPDIR%%/lib
|
||||
@dirrm %%IMPDIR%%/js
|
||||
@unexec rmdir %D/%%IMPDIR%%/config 2>/dev/null || true
|
||||
@unexec rmdir %D/%%IMPDIR%% 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user