summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2007-10-09 08:51:30 +0000
committertaca <taca>2007-10-09 08:51:30 +0000
commitd1fbf9c56525fa105dddf53e998f4a9d81d4d8ce (patch)
treedf8271587e928702720dc005814b2e5816ee4da3
parentaeca67c7d93ce21cd98ff9c8ac3a11853f7f9ac0 (diff)
downloadpkgsrc-d1fbf9c56525fa105dddf53e998f4a9d81d4d8ce.tar.gz
Correct SITE.* macro for the squirrelmail-lite's patch file.
-rw-r--r--mail/squirrelmail/options.mk4
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