diff options
author | cube <cube@pkgsrc.org> | 2004-04-27 07:19:04 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-04-27 07:19:04 +0000 |
commit | e79936a14f343584552cdc8e4e6ad57bd7b517ed (patch) | |
tree | 7fa1475d8c864328b5e68994755b0d2ded92e616 /mail/sylpheed-claws | |
parent | f0768bb694bc177dc77765548782a1e9c32e6c54 (diff) | |
download | pkgsrc-e79936a14f343584552cdc8e4e6ad57bd7b517ed.tar.gz |
Move instruction to load the plugins into a MESSAGE file.
Suggested by reed@.
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r-- | mail/sylpheed-claws/plugins.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/sylpheed-claws/plugins.mk b/mail/sylpheed-claws/plugins.mk index 4c1376fd01f..7e910a13357 100644 --- a/mail/sylpheed-claws/plugins.mk +++ b/mail/sylpheed-claws/plugins.mk @@ -1,4 +1,4 @@ -# $NetBSD: plugins.mk,v 1.2 2004/02/14 17:21:44 jlam Exp $ +# $NetBSD: plugins.mk,v 1.3 2004/04/27 07:19:04 cube Exp $ # .include "../../mail/sylpheed-claws/Makefile.common" @@ -27,3 +27,5 @@ CONFIGURE_ARGS+= --disable-mathml-viewer-plugin PLIST_SRC= ${.CURDIR}/../../mail/sylpheed-claws/PLIST.plugins PLIST_SUBST+= PLUGIN_NAME=${PLUGIN_NAME} + +MESSAGE_SRC+= ${.CURDIR}/../../mail/sylpheed-claws/MESSAGE.plugins |