diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /www/p5-HTML-Summary | |
parent | Add xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'www/p5-HTML-Summary')
-rw-r--r-- | www/p5-HTML-Summary/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-HTML-Summary/Makefile b/www/p5-HTML-Summary/Makefile index 232d11f17399..2588f60538bd 100644 --- a/www/p5-HTML-Summary/Makefile +++ b/www/p5-HTML-Summary/Makefile @@ -6,9 +6,9 @@ # PORTNAME= HTML-Summary -PORTVERSION= 0.017 -CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +PORTVERSION= 0.017 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML PKGNAMEPREFIX= p5- |