diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2013-12-08 18:59:35 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2013-12-08 18:59:35 +0000 |
commit | 6ad04afc409a856c97a021b0172cf4c185d7e1aa (patch) | |
tree | bc716771127abae434b8aff46551e491a89f926c /mail/squirrelmail/files/plugin-pkg-message.in | |
parent | SchwarzWeiss is german and means "black/white". (diff) |
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.
Notes
Notes:
svn path=/head/; revision=335921
Diffstat (limited to 'mail/squirrelmail/files/plugin-pkg-message.in')
-rw-r--r-- | mail/squirrelmail/files/plugin-pkg-message.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/squirrelmail/files/plugin-pkg-message.in b/mail/squirrelmail/files/plugin-pkg-message.in new file mode 100644 index 000000000000..68806702dae8 --- /dev/null +++ b/mail/squirrelmail/files/plugin-pkg-message.in @@ -0,0 +1,7 @@ +============================================================= +Before using the %%SQUIRREL_PLUGIN_NAME%% plugin, you must copy the file +%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/%%SQUIRREL_PLUGIN_CONFIG%%.sample +to +%%SQUIRRELDIR%%/plugins/%%SQUIRREL_PLUGIN_NAME%%/%%SQUIRREL_PLUGIN_CONFIG%% +and edit the configuration to meet your needs. +============================================================= |