From 02133955785a823a0a558a07d02406535930b93b Mon Sep 17 00:00:00 2001 From: itetcu Date: Sat, 16 Feb 2008 23:42:48 +0000 Subject: Fix plugin name in pkg-message. --- mail/squirrelmail-spam-buttons-plugin/Makefile | 1 + mail/squirrelmail-spam-buttons-plugin/files/pkg-message.in | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mail/squirrelmail-spam-buttons-plugin/Makefile b/mail/squirrelmail-spam-buttons-plugin/Makefile index ed6bb6834a2a..22f4a7fde8ba 100644 --- a/mail/squirrelmail-spam-buttons-plugin/Makefile +++ b/mail/squirrelmail-spam-buttons-plugin/Makefile @@ -39,6 +39,7 @@ SUB_LIST+= SQUIRRELDIR=squirrelmail PLIST_SUB+= SQUIRREL_PLUGIN_NAME=${SQUIRREL_PLUGIN_NAME} SUB_FILES= pkg-message +SUB_LIST+= SQUIRREL_PLUGIN_NAME=${SQUIRREL_PLUGIN_NAME} NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/mail/squirrelmail-spam-buttons-plugin/files/pkg-message.in b/mail/squirrelmail-spam-buttons-plugin/files/pkg-message.in index 6f3a1034a500..1a5735477804 100644 --- a/mail/squirrelmail-spam-buttons-plugin/files/pkg-message.in +++ b/mail/squirrelmail-spam-buttons-plugin/files/pkg-message.in @@ -1,7 +1,7 @@ ================================================================ For the port to work properly you must copy the file -%%PREFIX%%/%%SQUIRRELDIR%%/plugins/quota_usage/config.sample.php +%%PREFIX%%/%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config.sample.php to -%%PREFIX%%/%%SQUIRRELDIR%%/plugins/quota_usage/config.php +%%PREFIX%%/%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config.php and edit the configuration to meet your needs. ================================================================ -- cgit