summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2002-11-07 03:10:58 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2002-11-07 03:10:58 +0000
commitc62fe39354fdb8614fe8ea9277c9fcb208653f30 (patch)
treeb32409a9ec171a85e0016501d1db9153c45fe091 /textproc
parentZero PORTREVISION after the PORTVERSION is bumped. (diff)
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me Approved by: pat
Notes
Notes: svn path=/head/; revision=69625
Diffstat (limited to 'textproc')
-rw-r--r--textproc/mifluz/Makefile2
-rw-r--r--textproc/mifluz/pkg-comment1
-rw-r--r--textproc/xerces-c/Makefile2
-rw-r--r--textproc/xerces-c/pkg-comment1
4 files changed, 2 insertions, 4 deletions
diff --git a/textproc/mifluz/Makefile b/textproc/mifluz/Makefile
index 623d14a7c764..5ea4ff321c79 100644
--- a/textproc/mifluz/Makefile
+++ b/textproc/mifluz/Makefile
@@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= C++ library to build and query a full text inverted index
-
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
USE_REINPLACE= yes
diff --git a/textproc/mifluz/pkg-comment b/textproc/mifluz/pkg-comment
new file mode 100644
index 000000000000..224e5f93cdbd
--- /dev/null
+++ b/textproc/mifluz/pkg-comment
@@ -0,0 +1 @@
+C++ library to build and query a full text inverted index
diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile
index 17c7818a88b5..82535611d9b5 100644
--- a/textproc/xerces-c/Makefile
+++ b/textproc/xerces-c/Makefile
@@ -14,8 +14,6 @@ DISTNAME= xerces-c-src${PORTVERSION:S/./_/g}
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= Xerces-C++ is a validating XML parser written in a subset of C++
-
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= ${PREFIX}/lib
diff --git a/textproc/xerces-c/pkg-comment b/textproc/xerces-c/pkg-comment
new file mode 100644
index 000000000000..5afc13a08d1f
--- /dev/null
+++ b/textproc/xerces-c/pkg-comment
@@ -0,0 +1 @@
+Xerces-C++ is a validating XML parser written in a subset of C++