summaryrefslogtreecommitdiff
path: root/mail/postfix-current/patches/patch-bi
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix-current/patches/patch-bi')
-rw-r--r--mail/postfix-current/patches/patch-bi21
1 files changed, 0 insertions, 21 deletions
diff --git a/mail/postfix-current/patches/patch-bi b/mail/postfix-current/patches/patch-bi
deleted file mode 100644
index b7d308583f1..00000000000
--- a/mail/postfix-current/patches/patch-bi
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-bi,v 1.1.1.1 2000/08/14 04:33:24 itojun Exp $
-
---- trivial-rewrite/Makefile.orig Wed Apr 26 20:25:57 2000
-+++ trivial-rewrite/Makefile Wed Apr 26 20:40:26 2000
-@@ -0,0 +1,16 @@
-+# $NetBSD: patch-bi,v 1.1.1.1 2000/08/14 04:33:24 itojun Exp $
-+.include "../conf/main.cf"
-+PROG= trivial-rewrite
-+BINDIR=${daemon_directory}
-+
-+SRCS = trivial-rewrite.c rewrite.c resolve.c transport.c
-+
-+DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
-+LDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL} ${AUXLIBS}
-+
-+# XXX
-+NOMAN=1
-+
-+.include <bsd.prog.mk>
-+
-+