Merge from vendor branch TNF:
[pkgsrc.git] / mail / postfix / patches / patch-ax
1 $NetBSD$
2
3 --- postfix-script/Makefile.orig        Sun May 30 20:37:40 1999
4 +++ postfix-script/Makefile     Sun May 30 20:40:07 1999
5 @@ -0,0 +1,19 @@
6 +#      $NetBSD: patch-ax,v 1.1 1999/05/30 18:18:32 tron Exp $
7 +.include "../conf/main.cf"
8 +
9 +.PATH:         ${.CURDIR}/../conf
10 +
11 +BINDIR=                ${PREFIX}/share/postfix
12 +FILESDIR=      ${PREFIX}/share/doc/postfix
13 +
14 +# XXX
15 +.include <bsd.own.mk>
16 +.if POSTFIX_NOSETGID
17 +SCRIPTS=       postfix-script-nosgid
18 +.else
19 +SCRIPTS=       postfix-script-sgid
20 +.endif
21 +SCRIPTSNAME=   postfix-script
22 +FILES= LICENSE
23 +
24 +.include <bsd.prog.mk>