diff options
author | adamw <adamw@FreeBSD.org> | 2013-12-09 02:59:35 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2013-12-09 02:59:35 +0800 |
commit | efae09a75e40b7650cf41636fa0e8699ef9ae31d (patch) | |
tree | bc716771127abae434b8aff46551e491a89f926c /mail/squirrelmail-abook_import_export-plugin | |
parent | 5a9f52b808240fff65ed9a1897f73b4291434bad (diff) | |
download | freebsd-ports-gnome-efae09a75e40b7650cf41636fa0e8699ef9ae31d.tar.gz freebsd-ports-gnome-efae09a75e40b7650cf41636fa0e8699ef9ae31d.tar.zst freebsd-ports-gnome-efae09a75e40b7650cf41636fa0e8699ef9ae31d.zip |
Create a generic PKGMESSAGE, and use it where appropriate.
Make sure that bsd.port.pre.mk is included before bsd.squirrelmail.mk.
For ports with maintainers, I haven't switched you to the new
PKGMESSAGE, but I have corrected paths in pkg-message.in where
necessary. I also got a little over-zealous in cleaning redundant
definitions from the headers. Apologies in advance if this rubs
you the wrong way.
Diffstat (limited to 'mail/squirrelmail-abook_import_export-plugin')
-rw-r--r-- | mail/squirrelmail-abook_import_export-plugin/Makefile | 4 | ||||
-rw-r--r-- | mail/squirrelmail-abook_import_export-plugin/files/pkg-message.in | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/mail/squirrelmail-abook_import_export-plugin/Makefile b/mail/squirrelmail-abook_import_export-plugin/Makefile index 4688cc38f067..d9f9a824aecf 100644 --- a/mail/squirrelmail-abook_import_export-plugin/Makefile +++ b/mail/squirrelmail-abook_import_export-plugin/Makefile @@ -12,5 +12,7 @@ COMMENT= Allows for the importing of addressbooks from a CSV (comma separated va 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-abook_import_export-plugin/files/pkg-message.in b/mail/squirrelmail-abook_import_export-plugin/files/pkg-message.in index f973030e458b..96bae130e442 100644 --- a/mail/squirrelmail-abook_import_export-plugin/files/pkg-message.in +++ b/mail/squirrelmail-abook_import_export-plugin/files/pkg-message.in @@ -1,7 +1,7 @@ ================================================================ You may want to copy the file -%%PREFIX%%/%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config_default.php +%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/config_default.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. ================================================================ |