diff options
author | taca <taca@pkgsrc.org> | 2007-10-09 08:51:30 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-10-09 08:51:30 +0000 |
commit | a2a4b32fcaca197cad45bcf88adb157f7520e6d4 (patch) | |
tree | df8271587e928702720dc005814b2e5816ee4da3 /mail | |
parent | fea47a42d5fd8b8a5f65252a68810f5533669e5a (diff) | |
download | pkgsrc-a2a4b32fcaca197cad45bcf88adb157f7520e6d4.tar.gz |
Correct SITE.* macro for the squirrelmail-lite's patch file.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/squirrelmail/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/squirrelmail/options.mk b/mail/squirrelmail/options.mk index 6fc5f191a3e..47156e990af 100644 --- a/mail/squirrelmail/options.mk +++ b/mail/squirrelmail/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2007/10/03 10:11:23 taca Exp $ +# $NetBSD: options.mk,v 1.5 2007/10/09 08:51:30 taca Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.squirrelmail PKG_SUPPORTED_OPTIONS= squirrelmail-japanese squirrelmail-lite @@ -15,6 +15,6 @@ PATCH_DIST_STRIP.squirrelmail-1.4.11-ja-20071002-patch.gz= -p1 .if !empty(PKG_OPTIONS:Msquirrelmail-lite) PATCHFILES+= squirrelmail-1.4.11-lite-20071003-patch.bz2 -SITES.squirrelmail-1.4.11-lite-20071003-patch= \ +SITES.squirrelmail-1.4.11-lite-20071003-patch.bz2= \ ftp://ftp.back-street.net/pub/squirrelmail/ .endif |