aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-spam-buttons-plugin
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-02-16 23:42:48 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-02-16 23:42:48 +0000
commitae86986c57e7385aae38ab276d730f48314045c6 (patch)
treef14310b1831e805a29e2247921e8c05440e59769 /mail/squirrelmail-spam-buttons-plugin
parent8de115e357b8a8afad4c3c8a1ec4d75f64dca070 (diff)
downloadports-ae86986c57e7385aae38ab276d730f48314045c6.tar.gz
ports-ae86986c57e7385aae38ab276d730f48314045c6.zip
Fix plugin name in pkg-message.
Notes
Notes: svn path=/head/; revision=207430
Diffstat (limited to 'mail/squirrelmail-spam-buttons-plugin')
-rw-r--r--mail/squirrelmail-spam-buttons-plugin/Makefile1
-rw-r--r--mail/squirrelmail-spam-buttons-plugin/files/pkg-message.in4
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.
================================================================