- Allow depends on ja-squirrelmail package in buildlink3.mk.
- Some modification to MESSAGES: * remove trailing white space. * use www.example.com as example URL.
This commit is contained in:
parent
4be14378c4
commit
f6f08e41a0
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
===========================================================================
|
||||
$NetBSD: MESSAGE,v 1.4 2002/09/24 12:30:14 wiz Exp $
|
||||
$NetBSD: MESSAGE,v 1.5 2005/07/20 15:42:34 taca Exp $
|
||||
|
||||
Please run the SquirrelMail configuration script:
|
||||
|
||||
|
@ -9,7 +9,7 @@ to customize the SquirrelMail webmail system for your site.
|
|||
|
||||
You will need to make SquirrelMail accessible through your HTTP server.
|
||||
If you are running Apache and ap-php, then you may either symlink
|
||||
|
||||
|
||||
${SMDIR}
|
||||
|
||||
into DocumentRoot, or add the following line to httpd.conf:
|
||||
|
@ -17,7 +17,7 @@ into DocumentRoot, or add the following line to httpd.conf:
|
|||
Include ${PKG_SYSCONFDIR}/squirrelmail.conf
|
||||
|
||||
to make IMAP accounts accessible through:
|
||||
|
||||
http://www.domain.com/squirrelmail/
|
||||
|
||||
http://www.example.com/squirrelmail/
|
||||
|
||||
===========================================================================
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.3 2005/07/18 07:04:27 martti Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.4 2005/07/20 15:42:34 taca Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
SQUIRRELMAIL_BUILDLINK3_MK:= ${SQUIRRELMAIL_BUILDLINK3_MK}+
|
||||
|
@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nsquirrelmail}
|
|||
BUILDLINK_PACKAGES+= squirrelmail
|
||||
|
||||
.if !empty(SQUIRRELMAIL_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_DEPENDS.squirrelmail+= squirrelmail>=1.4.5
|
||||
BUILDLINK_DEPENDS.squirrelmail+= {ja-,}squirrelmail>=1.4.5
|
||||
BUILDLINK_PKGSRCDIR.squirrelmail?= ../../mail/squirrelmail
|
||||
.endif # SQUIRRELMAIL_BUILDLINK3_MK
|
||||
|
||||
|
|
Loading…
Reference in a new issue