diff options
author | kris <kris@FreeBSD.org> | 2002-11-07 06:57:42 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-11-07 06:57:42 +0800 |
commit | 79b87e62a3050372d5d616de0334115c48b91465 (patch) | |
tree | 626424502f23a536c06ff0e3c70d57b0cffb250f /textproc | |
parent | 7e4418abc8537b453f849d9389c76f27d9c1a585 (diff) | |
download | freebsd-ports-gnome-79b87e62a3050372d5d616de0334115c48b91465.tar.gz freebsd-ports-gnome-79b87e62a3050372d5d616de0334115c48b91465.tar.zst freebsd-ports-gnome-79b87e62a3050372d5d616de0334115c48b91465.zip |
On second thoughts, back out the PORTCOMMENT change and add back
pkg-comment for now.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 2 | ||||
-rw-r--r-- | textproc/libxml++/Makefile | 1 | ||||
-rw-r--r-- | textproc/libxml++/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/libxml++26/Makefile | 1 | ||||
-rw-r--r-- | textproc/libxml++26/pkg-comment | 1 |
5 files changed, 3 insertions, 3 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 26ccee8c4d01..4241ffe0b99f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -115,7 +115,7 @@ SUBDIR += latte SUBDIR += libtre SUBDIR += libxml -# SUBDIR += libxml++ + SUBDIR += libxml++ SUBDIR += libxml2 SUBDIR += libxode SUBDIR += libxslt diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile index 943a3de9ed20..a3d4a4a938b0 100644 --- a/textproc/libxml++/Makefile +++ b/textproc/libxml++/Makefile @@ -8,7 +8,6 @@ PORTNAME= libxml++ PORTVERSION= 0.14.p2 -PORTCOMMENT= XML API for C++ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g} diff --git a/textproc/libxml++/pkg-comment b/textproc/libxml++/pkg-comment new file mode 100644 index 000000000000..d1cd9c9f1f2b --- /dev/null +++ b/textproc/libxml++/pkg-comment @@ -0,0 +1 @@ +XML API for C++ diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile index 943a3de9ed20..a3d4a4a938b0 100644 --- a/textproc/libxml++26/Makefile +++ b/textproc/libxml++26/Makefile @@ -8,7 +8,6 @@ PORTNAME= libxml++ PORTVERSION= 0.14.p2 -PORTCOMMENT= XML API for C++ CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:S/+/plus/g} diff --git a/textproc/libxml++26/pkg-comment b/textproc/libxml++26/pkg-comment new file mode 100644 index 000000000000..d1cd9c9f1f2b --- /dev/null +++ b/textproc/libxml++26/pkg-comment @@ -0,0 +1 @@ +XML API for C++ |