summaryrefslogtreecommitdiff
path: root/databases/dbconnect
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 /databases/dbconnect
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 'databases/dbconnect')
-rw-r--r--databases/dbconnect/Makefile2
-rw-r--r--databases/dbconnect/pkg-comment1
2 files changed, 1 insertions, 2 deletions
diff --git a/databases/dbconnect/Makefile b/databases/dbconnect/Makefile
index f11841f3c89d..b6bf1f4e43eb 100644
--- a/databases/dbconnect/Makefile
+++ b/databases/dbconnect/Makefile
@@ -14,8 +14,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= Use C++ object API to allow applications to connect to databases
-
WRKSRC= ${WRKDIR}/${PORTNAME}
GNU_CONFIGURE= yes
diff --git a/databases/dbconnect/pkg-comment b/databases/dbconnect/pkg-comment
new file mode 100644
index 000000000000..83a2b33e3990
--- /dev/null
+++ b/databases/dbconnect/pkg-comment
@@ -0,0 +1 @@
+Use C++ object API to allow applications to connect to databases