diff options
author | jlam <jlam@pkgsrc.org> | 2005-03-18 16:23:34 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-03-18 16:23:34 +0000 |
commit | 967926f553c7d6e5890f8b5c7ada24a177999022 (patch) | |
tree | 358b88d83c65cde4a9acf937ee946a70e2955b88 /databases | |
parent | 8e90608509bd7b71e037af92b386c2913bad1c01 (diff) | |
download | pkgsrc-967926f553c7d6e5890f8b5c7ada24a177999022.tar.gz |
Remove nonsensical comment.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql80-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql80-lib/Makefile b/databases/postgresql80-lib/Makefile index 04065d2d330..778a8851c49 100644 --- a/databases/postgresql80-lib/Makefile +++ b/databases/postgresql80-lib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2005/03/17 20:57:17 jschauma Exp $ +# $NetBSD: Makefile,v 1.4 2005/03/18 16:23:34 jlam Exp $ PKGNAME= postgresql80-lib-${BASE_VERS} -PKGREVISION= 1# empty +PKGREVISION= 1 COMMENT= PostgreSQL database headers and libraries .include "../../databases/postgresql80/Makefile.common" |