summaryrefslogtreecommitdiff
path: root/mail/postfix-current/patches/patch-ba
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix-current/patches/patch-ba')
-rw-r--r--mail/postfix-current/patches/patch-ba17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/postfix-current/patches/patch-ba b/mail/postfix-current/patches/patch-ba
new file mode 100644
index 00000000000..ae917c6c69a
--- /dev/null
+++ b/mail/postfix-current/patches/patch-ba
@@ -0,0 +1,17 @@
+$NetBSD: patch-ba,v 1.1.1.1 2000/08/14 04:33:24 itojun Exp $
+
+--- postlog/Makefile.orig Wed Apr 26 20:25:55 2000
++++ postlog/Makefile Wed Apr 26 20:39:30 2000
+@@ -0,0 +1,12 @@
++# $NetBSD: patch-ba,v 1.1.1.1 2000/08/14 04:33:24 itojun Exp $
++.include "../conf/main.cf"
++PROG= postlog
++BINDIR=${command_directory}
++
++DPADD+= ${LIBPGLOBAL} ${LIBPUTIL}
++LDADD+= ${LIBPGLOBAL} ${LIBPUTIL} ${AUXLIBS}
++
++# XXX
++NOMAN=1
++
++.include <bsd.prog.mk>