Skip to content

Commit

Permalink
xlint: $CPAN_SITE only for /modules/by-module
Browse files Browse the repository at this point in the history
  • Loading branch information
pullmoll committed Aug 31, 2015
1 parent 32874b0 commit b9c1c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xlint
Expand Up @@ -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'
Expand Down

0 comments on commit b9c1c1b

Please sign in to comment.