diff options
Diffstat (limited to 'mail/squirrelmail-change_sqlpass-plugin')
-rw-r--r-- | mail/squirrelmail-change_sqlpass-plugin/Makefile | 5 | ||||
-rw-r--r-- | mail/squirrelmail-change_sqlpass-plugin/files/pkg-message.in | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/mail/squirrelmail-change_sqlpass-plugin/Makefile b/mail/squirrelmail-change_sqlpass-plugin/Makefile index 0d37b0840e1e..df085a50dbf8 100644 --- a/mail/squirrelmail-change_sqlpass-plugin/Makefile +++ b/mail/squirrelmail-change_sqlpass-plugin/Makefile @@ -5,7 +5,6 @@ PORTNAME= change-sqlpass PORTVERSION= 3.3 PORTREVISION= 1 DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}-1.2 -DIST_SUBDIR= squirrelmail MAINTAINER= itetcu@FreeBSD.org COMMENT= Allows users to change their passwords stored in a SQL database @@ -17,5 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/} NO_STAGE= yes + +.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-change_sqlpass-plugin/files/pkg-message.in b/mail/squirrelmail-change_sqlpass-plugin/files/pkg-message.in index 902c57f01aa9..4541f495bff2 100644 --- a/mail/squirrelmail-change_sqlpass-plugin/files/pkg-message.in +++ b/mail/squirrelmail-change_sqlpass-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.php.sample +%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config.php.sample to -%%PREFIX%%/%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config.php +%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config.php and edit the configuration to meet your needs. ================================================================ |