Fri Oct 3 23:22:50 2008 UTC ()
# yacc rule moving to y.tab.c and renaming
MAKE_JOBS_SAFE=		no


(gdt)
diff -r1.36 -r1.37 pkgsrc/mail/milter-greylist/Makefile

cvs diff -r1.36 -r1.37 pkgsrc/mail/milter-greylist/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/milter-greylist/Makefile 2008/09/08 10:07:19 1.36
+++ pkgsrc/mail/milter-greylist/Makefile 2008/10/03 23:22:50 1.37
@@ -1,24 +1,26 @@ @@ -1,24 +1,26 @@
1# $NetBSD: Makefile,v 1.36 2008/09/08 10:07:19 tron Exp $ 1# $NetBSD: Makefile,v 1.37 2008/10/03 23:22:50 gdt Exp $
2 2
3DISTNAME= milter-greylist-4.0.1 3DISTNAME= milter-greylist-4.0.1
4CATEGORIES= mail 4CATEGORIES= mail
5MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ 5MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/
6EXTRACT_SUFX= .tgz 6EXTRACT_SUFX= .tgz
7 7
8OWNER= tron@NetBSD.org 8OWNER= tron@NetBSD.org
9HOMEPAGE= http://hcpnet.free.fr/milter-greylist/ 9HOMEPAGE= http://hcpnet.free.fr/milter-greylist/
10COMMENT= Easy-to-use greylist milter for sendmail 10COMMENT= Easy-to-use greylist milter for sendmail
11 11
 12# yacc rule moving to y.tab.c and renaming
 13MAKE_JOBS_SAFE= no
12 14
13GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
14CONFIGURE_ARGS+= --with-user=smmsp 16CONFIGURE_ARGS+= --with-user=smmsp
15 17
16BUILD_TARGET= milter-greylist 18BUILD_TARGET= milter-greylist
17 19
18PKG_GROUPS= smmsp 20PKG_GROUPS= smmsp
19PKG_USERS= smmsp:smmsp 21PKG_USERS= smmsp:smmsp
20PKG_GECOS.smmsp= Sendmail Message Submission Program 22PKG_GECOS.smmsp= Sendmail Message Submission Program
21 23
22RCD_SCRIPTS= milter-greylist 24RCD_SCRIPTS= milter-greylist
23 25
24.include "options.mk" 26.include "options.mk"