diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-07 03:10:58 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-07 03:10:58 +0000 |
commit | c62fe39354fdb8614fe8ea9277c9fcb208653f30 (patch) | |
tree | b32409a9ec171a85e0016501d1db9153c45fe091 /textproc/xerces-c | |
parent | 166b4155de5509696359deb556c66dc396ff0d2c (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/xerces-c')
-rw-r--r-- | textproc/xerces-c/Makefile | 2 | ||||
-rw-r--r-- | textproc/xerces-c/pkg-comment | 1 |
2 files changed, 1 insertions, 2 deletions
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++ |