aboutsummaryrefslogtreecommitdiffstats
path: root/mail/squirrelmail
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2008-09-03 02:22:12 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2008-09-03 02:22:12 +0800
commitedb00cce2a7ee8d2aa5a300a0a20355fd5ca88bf (patch)
tree8b38b85322b686a252f10c39a0ae9d1aa1eb0add /mail/squirrelmail
parentd73331eff87f8308fdfb56423656649edacc63b6 (diff)
downloadfreebsd-ports-gnome-edb00cce2a7ee8d2aa5a300a0a20355fd5ca88bf.tar.gz
freebsd-ports-gnome-edb00cce2a7ee8d2aa5a300a0a20355fd5ca88bf.tar.zst
freebsd-ports-gnome-edb00cce2a7ee8d2aa5a300a0a20355fd5ca88bf.zip
- Fix common include
- This is a no-op on the build cluster, no bump required PR: ports/126901 Submitted by: Petr Rehor <prehor gmail.com>
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r--mail/squirrelmail/bsd.squirrelmail.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/squirrelmail/bsd.squirrelmail.mk b/mail/squirrelmail/bsd.squirrelmail.mk
index b92b094a8974..ac08bf4eceac 100644
--- a/mail/squirrelmail/bsd.squirrelmail.mk
+++ b/mail/squirrelmail/bsd.squirrelmail.mk
@@ -1,6 +1,6 @@
# $FreeBSD$
#
-# $GKHeader: squirrelmail/bsd.squirrelmail.mk,v 1.16 2008/06/03 15:10:08 tabthorpe Exp $
+# $GKHeader: squirrelmail/bsd.squirrelmail.mk,v 1.17 2008/09/02 18:18:29 tabthorpe Exp $
#
# Common code for squirrelmail plugins.
#
@@ -62,7 +62,7 @@ do-install:
post-install:
.ifndef WITHOUT_ACTIVATE
-.if exists( ${SQUIRRELDIR}/config/conf.php )
+.if exists( ${SQUIRRELDIR}/config/config.php )
@${ECHO_CMD} "Activating plug-in in SquirrelMail"
${SQUIRRELDIR}/config/conf.pl --install-plugin ${SQUIRREL_PLUGIN_NAME}
.endif