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