diff options
author | pav <pav@FreeBSD.org> | 2007-07-22 19:37:27 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-22 19:37:27 +0800 |
commit | 014e24417b8363a27567c565f5ae0d948969913e (patch) | |
tree | 6166833776ce1421480e28acc95081677cfe9c5f /dns | |
parent | 8af39ef81ba37c29eeb2290aaad2c3f19455b17b (diff) | |
download | freebsd-ports-gnome-014e24417b8363a27567c565f5ae0d948969913e.tar.gz freebsd-ports-gnome-014e24417b8363a27567c565f5ae0d948969913e.tar.zst freebsd-ports-gnome-014e24417b8363a27567c565f5ae0d948969913e.zip |
- Ignore on FreeBSD 5.X
Diffstat (limited to 'dns')
-rw-r--r-- | dns/maradns/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <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' @@ -84,4 +90,4 @@ do-install: ${CP} -R ${WRKSRC}/doc/en/text ${DOCSDIR}/en .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |