diff options
Diffstat (limited to 'mail/squirrelmail-mark_read-plugin')
-rw-r--r-- | mail/squirrelmail-mark_read-plugin/Makefile | 6 | ||||
-rw-r--r-- | mail/squirrelmail-mark_read-plugin/files/pkg-message.in | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/mail/squirrelmail-mark_read-plugin/Makefile b/mail/squirrelmail-mark_read-plugin/Makefile index 43c3c7a3293d..29240ff99040 100644 --- a/mail/squirrelmail-mark_read-plugin/Makefile +++ b/mail/squirrelmail-mark_read-plugin/Makefile @@ -5,14 +5,11 @@ PORTNAME= mark_read PORTVERSION= 1.4.2 PORTREVISION= 2 DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}-1.2 -DIST_SUBDIR= squirrelmail MAINTAINER= itetcu@FreeBSD.org COMMENT= Provides one-click link to mark read/unread all mails in a folder USE_SM_COMPAT= YES -USES= perl5 -USE_PERL5= run SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/} @@ -20,5 +17,6 @@ NO_STAGE= yes post-patch: @${RM} ${WRKSRC}/${SQUIRREL_PLUGIN_NAME}/mark_read.php.orig +.include <bsd.port.pre.mk> .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/mail/squirrelmail-mark_read-plugin/files/pkg-message.in b/mail/squirrelmail-mark_read-plugin/files/pkg-message.in index 1a5735477804..392a18e2d32d 100644 --- a/mail/squirrelmail-mark_read-plugin/files/pkg-message.in +++ b/mail/squirrelmail-mark_read-plugin/files/pkg-message.in @@ -1,7 +1,7 @@ ================================================================ For the port to work properly you must copy the file -%%PREFIX%%/%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config.sample.php +%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config.sample.php to -%%PREFIX%%/%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config.php +%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config.php and edit the configuration to meet your needs. ================================================================ |