diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imp/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index 250694f837e..df3bffabca6 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2007/11/15 22:18:42 adrianp Exp $ +# $NetBSD: Makefile,v 1.44 2007/12/01 23:15:11 adrianp Exp $ DISTNAME= imp-h3-${IMPVER} PKGNAME= imp-${IMPVER} +PKGREVISION= 1 CATEGORIES= mail www MASTER_SITES= http://ftp.horde.org/pub/imp/ \ ftp://ftp.horde.org/pub/imp/ @@ -42,8 +43,8 @@ CONF_FILES_PERMS+= ${IMPDIR}/config/conf.xml.dist \ CONF_FILES_PERMS+= ${IMPDIR}/config/filter.txt.dist \ ${IMPDIR}/config/filter.txt \ ${APACHE_USER} ${ROOT_GROUP} 0440 -CONF_FILES_PERMS+= ${IMPDIR}/config/header.txt.dist \ - ${IMPDIR}/config/header.txt \ +CONF_FILES_PERMS+= ${IMPDIR}/config/header.php.dist \ + ${IMPDIR}/config/header.php \ ${APACHE_USER} ${ROOT_GROUP} 0440 CONF_FILES_PERMS+= ${IMPDIR}/config/menu.php.dist \ ${IMPDIR}/config/menu.php \ |