diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-22 08:37:17 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-22 08:37:17 +0800 |
commit | ba03e051e82fca13597a0f6f7b3268d0c405d2d2 (patch) | |
tree | a11e3ac77bddb471527bb3cc2eea5deb4498adb7 /textproc/p5-XML-XSH/Makefile | |
parent | 15323e14ca5e26ed7f61689771fc0aa594453e3e (diff) | |
download | freebsd-ports-gnome-ba03e051e82fca13597a0f6f7b3268d0c405d2d2.tar.gz freebsd-ports-gnome-ba03e051e82fca13597a0f6f7b3268d0c405d2d2.tar.zst freebsd-ports-gnome-ba03e051e82fca13597a0f6f7b3268d0c405d2d2.zip |
- Switch SourceForge ports to the new File Release System: categories starting with T,U,V
Diffstat (limited to 'textproc/p5-XML-XSH/Makefile')
-rw-r--r-- | textproc/p5-XML-XSH/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/p5-XML-XSH/Makefile b/textproc/p5-XML-XSH/Makefile index fef8439d56e6..7c342ccc993e 100644 --- a/textproc/p5-XML-XSH/Makefile +++ b/textproc/p5-XML-XSH/Makefile @@ -9,11 +9,9 @@ PORTNAME= XML-XSH PORTVERSION= 1.8.2 PORTREVISION= 1 CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ - ${MASTER_SITE_SOURCEFORGE:S/$/:sourceforge/} -MASTER_SITE_SUBDIR= XML/:cpan xsh/:sourceforge +MASTER_SITES= CPAN/XML \ + SF/xsh/xsh/${PORTNAME}-${PORTVERSION}%20%28linux_unix%29 PKGNAMEPREFIX= p5- -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:cpan,sourceforge MAINTAINER= perl@FreeBSD.org COMMENT= This is xsh - an XML Editing Shell |