diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:39:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:39:37 +0000 |
commit | d99dd57e8914358fbac01603f77e98307b8060ce (patch) | |
tree | 04bcce22406a985d12ee47ca354e918b4326fd32 /x11/p5-X11-GUITest/Makefile | |
parent | 7a0548af2a592814b21d4ada5d2e203b5eb59ea3 (diff) |
Notes
Diffstat (limited to 'x11/p5-X11-GUITest/Makefile')
-rw-r--r-- | x11/p5-X11-GUITest/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/p5-X11-GUITest/Makefile b/x11/p5-X11-GUITest/Makefile index 3ea01d572f12..c494af14331b 100644 --- a/x11/p5-X11-GUITest/Makefile +++ b/x11/p5-X11-GUITest/Makefile @@ -10,12 +10,9 @@ PORTNAME= X11-GUITest PORTVERSION= 0.21 PORTREVISION= 2 CATEGORIES= x11 perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ - ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} -MASTER_SITE_SUBDIR= X11/:cpan \ - x11guitest/:sf +MASTER_SITES= CPAN/X11 \ + SF/x11guitest/x11guitest/${PORTVERSION} PKGNAMEPREFIX= p5- -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:cpan,sf MAINTAINER= ports@FreeBSD.org COMMENT= Provides GUI testing/interaction facilities |