diff options
author | tv <tv@pkgsrc.org> | 2006-03-03 16:56:35 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-03-03 16:56:35 +0000 |
commit | 93b34f0e6db58f72b0bcabd18808b35330d4385c (patch) | |
tree | 005d6aa3cb6f8d4b72a813ed36edd47f2315c814 /mail/perdition | |
parent | cd6e5ab6f591c63d09a35881e9762a92cd64b15b (diff) | |
download | pkgsrc-93b34f0e6db58f72b0bcabd18808b35330d4385c.tar.gz |
Remove the "daemon map" database, which is sloppy (it has vestiges of the
gdbm map it was originally based on) -- we can re-enable this when it
no longer breaks builds on some platforms.
Diffstat (limited to 'mail/perdition')
-rw-r--r-- | mail/perdition/Makefile | 4 | ||||
-rw-r--r-- | mail/perdition/Makefile.common | 3 | ||||
-rw-r--r-- | mail/perdition/PLIST | 3 |
3 files changed, 5 insertions, 5 deletions
diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile index ef42a6cde90..4c6ae9e58b2 100644 --- a/mail/perdition/Makefile +++ b/mail/perdition/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2006/02/22 21:08:57 tv Exp $ +# $NetBSD: Makefile,v 1.5 2006/03/03 16:56:35 tv Exp $ # -PKGREVISION= 3 +PKGREVISION= 4 PERDITION_COMMENT= main program diff --git a/mail/perdition/Makefile.common b/mail/perdition/Makefile.common index a077500a2fd..3796e6ad6e4 100644 --- a/mail/perdition/Makefile.common +++ b/mail/perdition/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2006/02/13 15:18:32 tv Exp $ +# $NetBSD: Makefile.common,v 1.3 2006/03/03 16:56:35 tv Exp $ # PERDITION_VERSION= 1.17 @@ -16,6 +16,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes PKG_SYSCONFSUBDIR= perdition +CONFIGURE_ARGS+= --disable-daemon-map CONFIGURE_ARGS+= --localstatedir=/var EGDIR= ${PREFIX}/share/examples diff --git a/mail/perdition/PLIST b/mail/perdition/PLIST index 59fe6a72121..7bbab2c0209 100644 --- a/mail/perdition/PLIST +++ b/mail/perdition/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2006/02/22 21:08:57 tv Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/03/03 16:56:35 tv Exp $ include/jain.h lib/libjain.la -lib/libperditiondb_daemon.la lib/libperditiondb_nis.la lib/libperditiondb_posix_regex.la man/man5/perditiondb.5 |