From 5872370c9f03f72e86a9c8a52a1ea73caaf2704c Mon Sep 17 00:00:00 2001 From: jasper Date: Wed, 14 Nov 2007 12:25:35 +0000 Subject: [PATCH] - tweak COMMENT (remove quotes and leading 'a') - reformat DESCR - don't set ${V} if it's used only once. "go ahead" robert@ --- www/pmwiki/Makefile | 7 +++---- www/pmwiki/pkg/DESCR | 11 ++++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/www/pmwiki/Makefile b/www/pmwiki/Makefile index 8c931f08026..8828aad5946 100644 --- a/www/pmwiki/Makefile +++ b/www/pmwiki/Makefile @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2007/11/14 10:44:11 robert Exp $ +# $OpenBSD: Makefile,v 1.2 2007/11/14 12:25:35 jasper Exp $ -COMMENT= "a wiki-based system for collaborative creation of websites" +COMMENT= wiki-based system for collaborative creation of websites -V= 2.1.27 -DISTNAME= pmwiki-${V} +DISTNAME= pmwiki-2.1.27 EXTRACT_SUFX= .tgz CATEGORIES= www diff --git a/www/pmwiki/pkg/DESCR b/www/pmwiki/pkg/DESCR index 960d27fd63b..2daa7add196 100644 --- a/www/pmwiki/pkg/DESCR +++ b/www/pmwiki/pkg/DESCR @@ -1,5 +1,6 @@ -PmWiki is a wiki-based system for collaborative creation and maintenance of websites. -PmWiki pages look and act like normal web pages, except they have an "Edit" link that -makes it easy to modify existing pages and add new pages into the website, using basic -editing rules. You do not need to know or use any HTML or CSS. -Page editing can be left open to the public or restricted to small groups of authors. +PmWiki is a wiki-based system for collaborative creation and maintenance +of websites. PmWiki pages look and act like normal web pages, except +they have an "Edit" link that makes it easy to modify existing pages and +add new pages into the website, using basic editing rules. You do not +need to know or use any HTML or CSS. Page editing can be left open to +the public or restricted to small groups of authors.