1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- 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>
This commit is contained in:
Thomas Abthorpe 2008-09-02 18:22:12 +00:00
parent c10a86a26a
commit 2515efb122
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219684

View File

@ -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