diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 19:44:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 19:44:02 +0000 |
commit | d095d4a96566a3ab095ab2e30430ce93a154f1a7 (patch) | |
tree | ca5cd97e4ad40da4b6e4a6c197453610fd6c69b1 /dns/maradns | |
parent | c0a7a1f97264b914fa27603f8433b87b38b15f14 (diff) |
Notes
Diffstat (limited to 'dns/maradns')
-rw-r--r-- | dns/maradns/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dns/maradns/Makefile b/dns/maradns/Makefile index 949dc4d22bae..3c28565ff8d0 100644 --- a/dns/maradns/Makefile +++ b/dns/maradns/Makefile @@ -28,12 +28,6 @@ MAN5= mararc.5 csv1.5 csv2.5 csv2_txt.5 MAN8= maradns.8 zoneserver.8 duende.8 #MANLANG= "" fr.ISO8859-1 -.include <bsd.port.pre.mk> - -.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' @@ -90,4 +84,4 @@ do-install: ${CP} -R ${WRKSRC}/doc/en/text ${DOCSDIR}/en .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |