diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-04-25 20:01:42 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-04-25 20:01:42 +0800 |
commit | 9a93a82ca8d855f2ea9d907a30ccadd86ee71557 (patch) | |
tree | 5b980f48408388a91dfd9f3755f48637368ae639 /mail | |
parent | fcc062334910f70df53ccf610e6ad8d90dd626ad (diff) | |
download | freebsd-ports-gnome-9a93a82ca8d855f2ea9d907a30ccadd86ee71557.tar.gz freebsd-ports-gnome-9a93a82ca8d855f2ea9d907a30ccadd86ee71557.tar.zst freebsd-ports-gnome-9a93a82ca8d855f2ea9d907a30ccadd86ee71557.zip |
- Fix typo in pkg-message.in
- Bump PORTREVISION
PR: ports/123048
Submitted by: Bogdan <bc default.co.yu>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/squirrelmail-secure_login-plugin/Makefile | 1 | ||||
-rw-r--r-- | mail/squirrelmail-secure_login-plugin/files/pkg-message.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/squirrelmail-secure_login-plugin/Makefile b/mail/squirrelmail-secure_login-plugin/Makefile index 7ce46918e1f9..30459ab9f635 100644 --- a/mail/squirrelmail-secure_login-plugin/Makefile +++ b/mail/squirrelmail-secure_login-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= secure_login PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= http://www.squirrelmail.org/plugins/ PKGNAMEPREFIX= squirrelmail- diff --git a/mail/squirrelmail-secure_login-plugin/files/pkg-message.in b/mail/squirrelmail-secure_login-plugin/files/pkg-message.in index b220c847cde8..425455401587 100644 --- a/mail/squirrelmail-secure_login-plugin/files/pkg-message.in +++ b/mail/squirrelmail-secure_login-plugin/files/pkg-message.in @@ -1,5 +1,5 @@ For the port to work properly you must copy the file -%%PREFIX%%/%%SQUIRRELDIR%%/plugins/secure_login/config.php.sample +%%PREFIX%%/%%SQUIRRELDIR%%/plugins/secure_login/config.sample.php to %%PREFIX%%/%%SQUIRRELDIR%%/plugins/secure_login/config.php and edit the configuration to meet your needs. |