diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-12-01 23:15:11 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-12-01 23:15:11 +0000 |
commit | 29fa45b4dcf41d4a73151d2bd3d1cd5ee4f10ad2 (patch) | |
tree | 5f6d09e51085952b48e468e6a8fb5445e52b208e /mail | |
parent | 6f35a5bb3c234fd9e72f47602edac890cae194c8 (diff) | |
download | pkgsrc-29fa45b4dcf41d4a73151d2bd3d1cd5ee4f10ad2.tar.gz |
s/header.txt/header.php/g
++PKGREVISION
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 \ |