diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 14:17:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 14:17:22 +0000 |
commit | 417e8bbabf32592822a77615f490f81af3c99be2 (patch) | |
tree | 85c7199ff66a23b0ef2222724c3c775b2e1defa5 /databases/db | |
parent | 6c0ff6d2791c86527492513d3f40f5586041e81e (diff) | |
download | pkgsrc-417e8bbabf32592822a77615f490f81af3c99be2.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'databases/db')
-rw-r--r-- | databases/db/Makefile | 3 | ||||
-rw-r--r-- | databases/db/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/db/Makefile b/databases/db/Makefile index 5fae0931dfe..da9bec6c786 100644 --- a/databases/db/Makefile +++ b/databases/db/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/07/27 14:18:02 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/16 14:17:22 wiz Exp $ DISTNAME= db-2.7.7 CATEGORIES= databases @@ -8,6 +8,7 @@ MASTER_SITES= http://www.sleepycat.com/update/2.7.7/ \ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.sleepycat.com/ +COMMENT= Sleepycat Software's Berkeley DB version 2 USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/databases/db/pkg/COMMENT b/databases/db/pkg/COMMENT deleted file mode 100644 index 4ab58f8bfa8..00000000000 --- a/databases/db/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Sleepycat Software's Berkeley DB version 2 |