diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-08-09 11:10:06 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-08-09 11:10:06 +0000 |
commit | d55e60be519d406ee1ca9c3cb4d54bd57ff2282c (patch) | |
tree | 11d07e9872ae7ccb3cd5599f1260df30cde61914 /shells/psh/Makefile | |
parent | 39b7790b5bfc81d3c5944fff37fcdb877bb70899 (diff) |
Use a more clan solution on MASTER_SITES
Suggested by: sat@
Notes
Notes:
svn path=/head/; revision=197380
Diffstat (limited to 'shells/psh/Makefile')
-rw-r--r-- | shells/psh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/psh/Makefile b/shells/psh/Makefile index 37dea2774f38..287cec7b40a9 100644 --- a/shells/psh/Makefile +++ b/shells/psh/Makefile @@ -8,7 +8,8 @@ PORTNAME= perlsh PORTVERSION= 1.8.1 CATEGORIES= shells perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/modules\/by-module\/%SUBDIR%/authors\/id\/G\/GR\/GREGOR/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/G/GR/GREGOR DISTNAME= psh-${PORTVERSION} MAINTAINER= garga@FreeBSD.org |