summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-03-15 05:10:46 +0000
committerPatrick Li <pat@FreeBSD.org>2002-03-15 05:10:46 +0000
commitf8db4124d735c71e6f3eea8dae92533161f8e814 (patch)
treeaf9b13db9bbc20f2c88cbfca7b08cae984044a61 /net
parentAdd MASTER_SITE_SUBDIR for CPAN (diff)
Add CPAN as primary site to download tarball
PR: 35914 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Notes
Notes: svn path=/head/; revision=56120
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-Patricia/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Net-Patricia/Makefile b/net/p5-Net-Patricia/Makefile
index 5b289a09d76a..120360842960 100644
--- a/net/p5-Net-Patricia/Makefile
+++ b/net/p5-Net-Patricia/Makefile
@@ -8,7 +8,9 @@
PORTNAME= Net-Patricia
PORTVERSION= 1.010
CATEGORIES= net perl5
-MASTER_SITES= http://net.doit.wisc.edu/~plonka/Net-Patricia/
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
+ http://net.doit.wisc.edu/~plonka/Net-Patricia/
+MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org