From 014e24417b8363a27567c565f5ae0d948969913e Mon Sep 17 00:00:00 2001 From: pav Date: Sun, 22 Jul 2007 11:37:27 +0000 Subject: - Ignore on FreeBSD 5.X --- dns/maradns/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'dns') diff --git a/dns/maradns/Makefile b/dns/maradns/Makefile index 2296e34f5035..ac2c416eaf5f 100644 --- a/dns/maradns/Makefile +++ b/dns/maradns/Makefile @@ -28,6 +28,12 @@ MAN5= mararc.5 csv1.5 csv2.5 csv2_txt.5 MAN8= maradns.8 zoneserver.8 duende.8 #MANLANG= "" fr.ISO8859-1 +.include + +.if ${OSVERSION} < 600000 +IGNORE= does not compile on FreeBSD 5.X, needs pidfile functions in libutil +.endif + post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \ 's|/etc/mara|${PREFIX}/etc/mara|g' @@ -84,4 +90,4 @@ do-install: ${CP} -R ${WRKSRC}/doc/en/text ${DOCSDIR}/en .endif -.include +.include -- cgit