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/sdbm/Makefile | |
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/sdbm/Makefile')
-rw-r--r-- | databases/sdbm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/sdbm/Makefile b/databases/sdbm/Makefile index 456b5a4eff4..67f956edc4f 100644 --- a/databases/sdbm/Makefile +++ b/databases/sdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/09/19 00:51:36 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/16 14:17:40 wiz Exp $ # DISTNAME= sdbm @@ -11,6 +11,7 @@ MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/libs/ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org +COMMENT= Substitute DBM, an implementation of the `real' ndbm library MAKE_ENV+= LIBDIR=${PREFIX}/lib NOLINT=1 |