From 5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a Mon Sep 17 00:00:00 2001 From: adamw Date: Wed, 6 Nov 2002 22:47:41 +0000 Subject: Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat --- databases/dbtool/Makefile | 2 ++ databases/dbtool/pkg-comment | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 databases/dbtool/pkg-comment (limited to 'databases/dbtool') diff --git a/databases/dbtool/Makefile b/databases/dbtool/Makefile index aaf1776352cb..006607d55147 100644 --- a/databases/dbtool/Makefile +++ b/databases/dbtool/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.daemon.de/scip/Apps/dbtool/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Store and retrieve data in a key/value format in a hash database + LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre .if defined(WITH_BERKELEY_DB) diff --git a/databases/dbtool/pkg-comment b/databases/dbtool/pkg-comment deleted file mode 100644 index 68bf03a8a521..000000000000 --- a/databases/dbtool/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Store and retrieve data in a key/value format in a hash database -- cgit