diff options
author | tron <tron@pkgsrc.org> | 2009-09-22 14:02:56 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-09-22 14:02:56 +0000 |
commit | 037f267e1046219a1421d7265e9558d37d93f3f4 (patch) | |
tree | 461091ea5bec422309029b06cf212125dd4c9a08 /mail/milter-greylist/patches | |
parent | 68cd84d20258ad09d6ec71429d5ee8cecb0ffcf3 (diff) | |
download | pkgsrc-037f267e1046219a1421d7265e9558d37d93f3f4.tar.gz |
Fix user destination directory build if the database directory
doesn't exist yet.
Based on a patch supplied by Petar Bogdanovi in private e-mail.
Diffstat (limited to 'mail/milter-greylist/patches')
-rw-r--r-- | mail/milter-greylist/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/milter-greylist/patches/patch-aa b/mail/milter-greylist/patches/patch-aa index b276018154a..c76b93041b6 100644 --- a/mail/milter-greylist/patches/patch-aa +++ b/mail/milter-greylist/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 2009/03/16 10:15:23 tron Exp $ +$NetBSD: patch-aa,v 1.3 2009/09/22 14:02:56 tron Exp $ --- Makefile.in.orig 2008-09-27 00:35:44.000000000 +0100 +++ Makefile.in 2009-03-15 20:41:49.000000000 +0000 @@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.2 2009/03/16 10:15:23 tron Exp $ ) || ${TRUE} -install: install-daemon-to-bin install-man install-conf install-db -+install: install-daemon-to-bin install-man install-db ++install: install-daemon-to-bin install-man depend: ${MKDEP} ${CPPFLAGS} ${CFLAGS} ${SRC} |