aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2008-04-07 13:29:37 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2008-04-07 13:29:37 +0800
commit72640c9e68cebef8365974732845d26195df9380 (patch)
tree1195b11b6cd7a534cddbaf0e67496da3d9b9efaf /mail
parentabe87ecb24d1db2896ae9995f66114f1ac255bb5 (diff)
downloadfreebsd-ports-gnome-72640c9e68cebef8365974732845d26195df9380.tar.gz
freebsd-ports-gnome-72640c9e68cebef8365974732845d26195df9380.tar.zst
freebsd-ports-gnome-72640c9e68cebef8365974732845d26195df9380.zip
- Use correct portname in pkg-message
- Bump PORTREVISION PR: ports/121980 Submitted by: Edmondas Girkantas <eg fbsd.lt> Approved by: maintainer timeout
Diffstat (limited to 'mail')
-rw-r--r--mail/squirrelmail-email_footer-plugin/Makefile1
-rw-r--r--mail/squirrelmail-email_footer-plugin/files/pkg-message.in4
2 files changed, 3 insertions, 2 deletions
diff --git a/mail/squirrelmail-email_footer-plugin/Makefile b/mail/squirrelmail-email_footer-plugin/Makefile
index 84b45c66dfdd..dce1644667c6 100644
--- a/mail/squirrelmail-email_footer-plugin/Makefile
+++ b/mail/squirrelmail-email_footer-plugin/Makefile
@@ -6,6 +6,7 @@
PORTNAME= squirrelmail-${SQUIRREL_PLUGIN_NAME}-plugin
PORTVERSION= 0.4
+PORTREVISION= 1
CATEGORIES= mail www
MASTER_SITES= http://www.squirrelmail.org/plugins/
DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.4.2
diff --git a/mail/squirrelmail-email_footer-plugin/files/pkg-message.in b/mail/squirrelmail-email_footer-plugin/files/pkg-message.in
index c8e521e65bec..8feecfb8f70d 100644
--- a/mail/squirrelmail-email_footer-plugin/files/pkg-message.in
+++ b/mail/squirrelmail-email_footer-plugin/files/pkg-message.in
@@ -1,5 +1,5 @@
For the port to work properly you must copy the file
-%%PREFIX%%/%%SQUIRRELDIR%%/plugins/login_notes/config.php.sample
+%%PREFIX%%/%%SQUIRRELDIR%%/plugins/email_footer/config.php.sample
to
-%%PREFIX%%/%%SQUIRRELDIR%%/plugins/login_notes/config.php
+%%PREFIX%%/%%SQUIRRELDIR%%/plugins/email_footer/config.php
and edit the configuration to meet your needs.