about summary refs log tree commit diff
path: root/xlint
diff options
context:
space:
mode:
Diffstat (limited to 'xlint')
-rwxr-xr-xxlint2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlint b/xlint
index 3219527..e8eb5f8 100755
--- a/xlint
+++ b/xlint
@@ -160,7 +160,7 @@ for template; do
 		"custom variables should use _ prefix: \2"
 	scan '^[^ =]*=(""|''|)$' "variable set to empty string: \2"
 	scan '^(.*)-docs_package().*' 'use <pkgname>-doc subpackage for documentation'
-	scan 'distfiles=.*sourceforge\.net' 'use $SOURCEFORGE_SITE'
+	scan 'distfiles=.*downloads\.sourceforge\.net' 'use $SOURCEFORGE_SITE'
 	scan 'distfiles=.*savannah.nongnu\.org' 'use $NONGNU_SITE'
 	scan 'distfiles=.*archive\.ubuntu\.com' 'use $UBUNTU_SITE'
 	scan 'distfiles=.*xorg\.freedesktop\.org' 'use $XORG_SITE'