summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-08-31 23:21:16 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2015-08-31 23:21:16 +0200
commit635a389d0f40592712a849012e83cf12be2149fe (patch)
treeb7e75bfe8adc17437ed39528f6bdf2cc038463f1
parent32874b0ac1503ab3fc31a1c8b8c7c0b2a99a4fcc (diff)
parentb9c1c1b7e0db339d88b0ba2b169415d4ef45bbaf (diff)
downloadxtools-635a389d0f40592712a849012e83cf12be2149fe.tar.gz
xtools-635a389d0f40592712a849012e83cf12be2149fe.tar.xz
xtools-635a389d0f40592712a849012e83cf12be2149fe.zip
Merge pull request #22 from pullmoll/cpan
xlint: $CPAN_SITE only for /modules/by-module
-rwxr-xr-xxlint2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlint b/xlint
index a9b1ac9..6798c8a 100755
--- a/xlint
+++ b/xlint
@@ -158,7 +158,7 @@ for template; do
 	scan 'distfiles=.*ftp.*debian\.org' 'use $DEBIAN_SITE'
 	scan 'distfiles=.*gnome\.org/pub' 'use $GNOME_SITE'
 	scan 'distfiles=.*www\.kernel\.org/pub/linux' 'use $KERNEL_SITE'
-	scan 'distfiles=.*cpan\.org' 'use $CPAN_SITE'
+	scan 'distfiles=.*cpan\.org/modules/by-module' 'use $CPAN_SITE'
 	scan 'distfiles=.*pypi\.python\.org' 'use $PYPI_SITE'
 	scan 'distfiles=.*ftp\.mozilla\.org' 'use $MOZILLA_SITE'
 	scan 'distfiles=.*ftp\.gnu\.org/(pub/)?gnu' 'use $GNU_SITE'