aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2008-02-17 07:42:48 +0800
committeritetcu <itetcu@FreeBSD.org>2008-02-17 07:42:48 +0800
commit02133955785a823a0a558a07d02406535930b93b (patch)
tree62e3b9a3e898768599990dc090aa63e15c1cb0de
parenta82d4bb462fd65b4171da2bebf3f758ca35cbd04 (diff)
downloadfreebsd-ports-gnome-02133955785a823a0a558a07d02406535930b93b.tar.gz
freebsd-ports-gnome-02133955785a823a0a558a07d02406535930b93b.tar.zst
freebsd-ports-gnome-02133955785a823a0a558a07d02406535930b93b.zip
Fix plugin name in pkg-message.
-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.
================================================================