diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-18 07:30:56 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-18 07:30:56 +0000 |
commit | f9186d205db730d343ff7825adf46278a9f587af (patch) | |
tree | ebbdcc3341d67e2447be4baece55614cf7d4c57a /mail/imp3 | |
parent | f0083ba7beadbb7484c2c019090f6f713c0da1cc (diff) | |
download | ports-f9186d205db730d343ff7825adf46278a9f587af.tar.gz ports-f9186d205db730d343ff7825adf46278a9f587af.zip |
Notes
Diffstat (limited to 'mail/imp3')
-rw-r--r-- | mail/imp3/Makefile | 1 | ||||
-rw-r--r-- | mail/imp3/files/httpd.conf.imp | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/mail/imp3/Makefile b/mail/imp3/Makefile index f31a1c463ddb..497fe4f56210 100644 --- a/mail/imp3/Makefile +++ b/mail/imp3/Makefile @@ -7,6 +7,7 @@ PORTNAME= imp PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= ftp://ftp.horde.org/pub/imp/ \ ftp://ftp.au.horde.org/pub/horde/imp/ \ diff --git a/mail/imp3/files/httpd.conf.imp b/mail/imp3/files/httpd.conf.imp index 0e78f4dd10f7..edd7b1df357e 100644 --- a/mail/imp3/files/httpd.conf.imp +++ b/mail/imp3/files/httpd.conf.imp @@ -7,10 +7,6 @@ order deny,allow deny from all </Directory> -<Directory "/home/httpd/html/horde/imp/download"> - order deny,allow - deny from all -</Directory> <Directory "/home/httpd/html/horde/imp/lib"> order deny,allow deny from all |