diff options
author | martti <martti@pkgsrc.org> | 2009-05-22 08:23:02 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2009-05-22 08:23:02 +0000 |
commit | ddc661402a99631ed6b4e828d3dbcfd11162ff38 (patch) | |
tree | 303ca48482e887be683060d93fade4b5f398e899 /mail | |
parent | 8d5a8056b000459b8850df637c8a951692175f18 (diff) | |
download | pkgsrc-ddc661402a99631ed6b4e828d3dbcfd11162ff38.tar.gz |
Fixed PLIST issues.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/squirrelmail/PLIST | 4 | ||||
-rw-r--r-- | mail/squirrelmail/options.mk | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/mail/squirrelmail/PLIST b/mail/squirrelmail/PLIST index bdc4d580b13..452d074c5a9 100644 --- a/mail/squirrelmail/PLIST +++ b/mail/squirrelmail/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.30 2009/05/22 07:04:12 martti Exp $ +@comment $NetBSD: PLIST,v 1.31 2009/05/22 08:23:02 martti Exp $ +${PLIST.japanese}share/squirrelmail/functions/decode/iso_2022_jp.php man/man8/squirrelmail-conf.pl.8 share/examples/squirrelmail/squirrelmail.conf share/squirrelmail/README @@ -109,7 +110,6 @@ share/squirrelmail/functions/decode/cp1258.php share/squirrelmail/functions/decode/cp855.php share/squirrelmail/functions/decode/cp866.php share/squirrelmail/functions/decode/index.php -share/squirrelmail/functions/decode/iso_2022_jp.php share/squirrelmail/functions/decode/iso_8859_1.php share/squirrelmail/functions/decode/iso_8859_10.php share/squirrelmail/functions/decode/iso_8859_11.php diff --git a/mail/squirrelmail/options.mk b/mail/squirrelmail/options.mk index 05e46e6b2aa..b88c2aea374 100644 --- a/mail/squirrelmail/options.mk +++ b/mail/squirrelmail/options.mk @@ -1,11 +1,13 @@ -# $NetBSD: options.mk,v 1.11 2009/05/15 13:01:00 taca Exp $ +# $NetBSD: options.mk,v 1.12 2009/05/22 08:23:02 martti Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.squirrelmail PKG_SUPPORTED_OPTIONS= squirrelmail-japanese squirrelmail-lite .include "../../mk/bsd.options.mk" +PLIST_VARS+= japanese .if !empty(PKG_OPTIONS:Msquirrelmail-japanese) +PLIST.japanese= yes PATCHFILES+= squirrelmail-1.4.18-ja-20090515-patch.gz SITES.squirrelmail-1.4.18-ja-20090515-patch.gz= \ http://www.yamaai-tech.com/~masato/Download/ |