diff options
author | Andrej Zverev <az@FreeBSD.org> | 2011-09-08 08:36:43 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2011-09-08 08:36:43 +0000 |
commit | a015f2e5d01914a78ae49e52b8ede1ad288b54a4 (patch) | |
tree | f12874a6e0a96c7033b5b00892bfe0155701411c /math | |
parent | 2c1c3213db262bfef8e94495042dad914b44ae32 (diff) |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
With perl@ hat
Notes
Notes:
svn path=/head/; revision=281438
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Task-Math-Symbolic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Task-Math-Symbolic/Makefile b/math/p5-Task-Math-Symbolic/Makefile index 804f2fd4d666..925d52963a6a 100644 --- a/math/p5-Task-Math-Symbolic/Makefile +++ b/math/p5-Task-Math-Symbolic/Makefile @@ -10,7 +10,7 @@ PORTNAME= Task-Math-Symbolic PORTVERSION= 1.01 CATEGORIES= math perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../by-authors/id/S/SM/SMUELLER +MASTER_SITE_SUBDIR= CPAN:SMUELLER PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org |