pkgsrc/mail/postfix/patches/patch-be
kim 0edaa1e40f Add optional support for Perl Compatible Regular Expressions (POSTFIX_PCRE)
and Variable Envelope Return Paths (POSTFIX_VERP).  Handle MANINSTALL using
separate PLIST.{catinstall,maninstall} files.  Record the setting of all 3.
2000-04-27 01:05:06 +00:00

17 lines
427 B
Text

$NetBSD: patch-be,v 1.2 2000/04/27 01:05:09 kim Exp $
--- sendmail/Makefile.orig Wed Apr 26 20:25:56 2000
+++ sendmail/Makefile Wed Apr 26 20:39:50 2000
@@ -0,0 +1,12 @@
+# $NetBSD: patch-be,v 1.2 2000/04/27 01:05:09 kim Exp $
+.include "../conf/main.cf"
+PROG= sendmail
+BINDIR=${daemon_directory}
+
+DPADD+= ${LIBPGLOBAL} ${LIBPUTIL}
+LDADD+= ${LIBPGLOBAL} ${LIBPUTIL} ${AUXLIBS}
+
+# XXX
+NOMAN=1
+
+.include <bsd.prog.mk>