diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-12-06 23:23:25 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-12-06 23:23:25 +0000 |
commit | 1cb84e78c1ed144161643dc0cb1086ccef3b93ee (patch) | |
tree | d5439a695437386f12346a70bf9f040e8536a945 /mail/horde4-imp | |
parent | 45447249225c8d56916a6197ed0a2bf666c52c2c (diff) | |
download | ports-1cb84e78c1ed144161643dc0cb1086ccef3b93ee.tar.gz ports-1cb84e78c1ed144161643dc0cb1086ccef3b93ee.zip |
Notes
Diffstat (limited to 'mail/horde4-imp')
-rw-r--r-- | mail/horde4-imp/Makefile | 3 | ||||
-rw-r--r-- | mail/horde4-imp/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/mail/horde4-imp/Makefile b/mail/horde4-imp/Makefile index c1404a59ae96..3e5ccc623cf5 100644 --- a/mail/horde4-imp/Makefile +++ b/mail/horde4-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/horde4-imp/pkg-plist b/mail/horde4-imp/pkg-plist index 47730f8dacd6..cc4300f87ce6 100644 --- a/mail/horde4-imp/pkg-plist +++ b/mail/horde4-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 |