diff options
author | thierry <thierry@FreeBSD.org> | 2005-12-07 07:23:25 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-12-07 07:23:25 +0800 |
commit | c27f952d766be1e7a9e9ab337b669f857dde69c0 (patch) | |
tree | 673cbdd66186165ef7d1a1a036dfd83385a5f776 /mail/imp | |
parent | 4b9c9fa6d48f772788eec2b30b3834dfe7a4722a (diff) | |
download | freebsd-ports-gnome-c27f952d766be1e7a9e9ab337b669f857dde69c0.tar.gz freebsd-ports-gnome-c27f952d766be1e7a9e9ab337b669f857dde69c0.tar.zst freebsd-ports-gnome-c27f952d766be1e7a9e9ab337b669f857dde69c0.zip |
Add a missing file useful for MSIE users.
PR: 90051
Submitted by: Chris Dickson <chris (at) flipjam.co.uk>
Diffstat (limited to 'mail/imp')
-rw-r--r-- | mail/imp/Makefile | 3 | ||||
-rw-r--r-- | mail/imp/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index c1404a59ae96..3e5ccc623cf5 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -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 diff --git a/mail/imp/pkg-plist b/mail/imp/pkg-plist index 47730f8dacd6..cc4300f87ce6 100644 --- a/mail/imp/pkg-plist +++ b/mail/imp/pkg-plist @@ -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 |