From d83a4c264c1e9a31006bdc081bfde6183bebb858 Mon Sep 17 00:00:00 2001 From: salo Date: Wed, 13 Apr 2005 17:07:49 +0000 Subject: Fix installation of sql scripts. This package needs more work.. (e.g., pgsql support) --- mail/gld/PLIST | 6 ++++-- mail/gld/distinfo | 4 ++-- mail/gld/patches/patch-aa | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) (limited to 'mail') diff --git a/mail/gld/PLIST b/mail/gld/PLIST index 1f2907cb137..72169d50e8b 100644 --- a/mail/gld/PLIST +++ b/mail/gld/PLIST @@ -1,9 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/25 05:42:40 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/04/13 17:07:49 salo Exp $ bin/gld share/doc/gld/LICENCE share/doc/gld/README share/examples/gld/gld.conf -share/gld/tables.sql +share/gld/table-whitelist.sql +share/gld/tables.mysql +share/gld/tables.pgsql @dirrm share/gld @dirrm share/examples/gld @dirrm share/doc/gld diff --git a/mail/gld/distinfo b/mail/gld/distinfo index 887f77d8cda..46709fbe6e4 100644 --- a/mail/gld/distinfo +++ b/mail/gld/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.5 2005/04/13 17:00:14 salo Exp $ +$NetBSD: distinfo,v 1.6 2005/04/13 17:07:49 salo Exp $ SHA1 (gld-1.5.tgz) = febc398be2e68bf7b4bc6e3015da2f225760204d RMD160 (gld-1.5.tgz) = dab09c1776fb014effdd3d87d4a6808274bbfdd9 Size (gld-1.4.tgz) = 39030 bytes -SHA1 (patch-aa) = ef415ff661dfe07d02158f5684b1cf182e76f757 +SHA1 (patch-aa) = 8dcabcf83e7b35cb1005dc7a4358fce1f4f31a8e SHA1 (patch-ab) = 629b99be25d536ceb646d47f079455a4b092fe24 SHA1 (patch-ac) = 8d484c0d6a5cbc88f2c4c66143e6aa9a91131bf1 SHA1 (patch-ad) = 1083bdc0040696a5ac014204c1a4a8e35fdeda53 diff --git a/mail/gld/patches/patch-aa b/mail/gld/patches/patch-aa index 7cf57442817..993a3a56c67 100644 --- a/mail/gld/patches/patch-aa +++ b/mail/gld/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 2005/04/13 16:19:59 christos Exp $ +$NetBSD: patch-aa,v 1.3 2005/04/13 17:07:49 salo Exp $ --- Makefile.in.orig 2004-10-12 08:41:49.000000000 -0400 +++ Makefile.in 2005-04-13 11:53:50.000000000 -0400 @@ -28,7 +28,7 @@ $NetBSD: patch-aa,v 1.2 2005/04/13 16:19:59 christos Exp $ + $(BSD_INSTALL_DATA_DIR) $(PREFIX)/share/gld + $(BSD_INSTALL_DATA_DIR) $(PREFIX)/share/doc/gld + $(BSD_INSTALL_DATA) gld.conf $(PREFIX)/share/examples/gld -+ $(BSD_INSTALL_DATA) tables.sql $(PREFIX)/share/gld ++ $(BSD_INSTALL_DATA) *.sql $(PREFIX)/share/gld + $(BSD_INSTALL_DATA) README LICENCE $(PREFIX)/share/doc/gld distclean: clean -- cgit v1.2.3