diff options
author | seb <seb@pkgsrc.org> | 2005-02-18 10:08:33 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2005-02-18 10:08:33 +0000 |
commit | a188cdd2dbd994a762c841468494229c5e481aff (patch) | |
tree | 6cd10554d0eff91cf97ef2ad2ea74deae9ce6a4e /net/flow-tools/Makefile | |
parent | c3622e01df9dd712f2801de7e664012ef196259e (diff) | |
download | pkgsrc-a188cdd2dbd994a762c841468494229c5e481aff.tar.gz |
Fix runtime error for flow-export's PostgreSQL support.
Also fix string constants quoting for flow-export's PostgreSQL and MySQL
support.
Bump PKGREVISION to 2.
Diffstat (limited to 'net/flow-tools/Makefile')
-rw-r--r-- | net/flow-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/flow-tools/Makefile b/net/flow-tools/Makefile index fc406b229bc..129ac89168a 100644 --- a/net/flow-tools/Makefile +++ b/net/flow-tools/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2004/10/29 05:59:24 jdolecek Exp $ +# $NetBSD: Makefile,v 1.12 2005/02/18 10:08:33 seb Exp $ DISTNAME= flow-tools-0.67 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.eng.oar.net/pub/flow-tools/ |