diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-26 07:30:44 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-26 07:30:44 +0000 |
commit | 6e896e42e0b57db32d2b3cfe92a60d114e0d1627 (patch) | |
tree | ce964d0907326e2bc74bee9012da993ab49a30bf /www/horde | |
parent | 62f34ce4e80b59595e6d325b65b09adff05f63a3 (diff) | |
download | pkgsrc-6e896e42e0b57db32d2b3cfe92a60d114e0d1627.tar.gz |
Forgot a CONFDIR -> PKG_SYSCONFDIR replacement.
Diffstat (limited to 'www/horde')
-rw-r--r-- | www/horde/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/horde/MESSAGE b/www/horde/MESSAGE index 18665ecd451..dd53804cdd2 100644 --- a/www/horde/MESSAGE +++ b/www/horde/MESSAGE @@ -1,5 +1,5 @@ ========================================================================== -$NetBSD: MESSAGE,v 1.1 2001/11/01 02:16:52 zuntum Exp $ +$NetBSD: MESSAGE,v 1.2 2001/11/26 07:34:07 jlam Exp $ Please refer to the file: @@ -29,7 +29,7 @@ You will also need to make Horde accessible through your HTTP server. If you are running Apache and ap-php, then you can add the following line to httpd.conf: - Include ${APACHE_SYSCONFDIR}/horde.conf + Include ${PKG_SYSCONFDIR}/horde.conf to make Horde accessible through: |