diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-06-27 04:40:59 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-06-27 04:40:59 +0000 |
commit | 5434f9bce809b43186472f89386098a1c7e28888 (patch) | |
tree | ec9cfc7c8dfddc2dafe03f22849435edce5d9dfc /lang/pugs/Makefile | |
parent | 406cd741008bd4e30001f06a38e66ff89512b186 (diff) |
Notes
Diffstat (limited to 'lang/pugs/Makefile')
-rw-r--r-- | lang/pugs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/pugs/Makefile b/lang/pugs/Makefile index 03391bef76e0..53649b605453 100644 --- a/lang/pugs/Makefile +++ b/lang/pugs/Makefile @@ -6,10 +6,10 @@ # PORTNAME= pugs -PORTVERSION= 6.2.11 +PORTVERSION= 6.2.12 CATEGORIES= lang devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../../authors/id/A/AU/AUTRIJUS +MASTER_SITE_SUBDIR= Perl6 DISTNAME= Perl6-Pugs-${PORTVERSION} MAINTAINER= clsung@FreeBSD.org @@ -24,7 +24,7 @@ PERL_CONFIGURE= yes MAN3= Perl6::Pugs.3 \ Inline::Pugs.3 \ - pugs::hack.3 pugs::run.3 + Pugs::Doc::Run.3 Pugs::Doc::Hack.3 .include <bsd.port.pre.mk> |