aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-07-22 19:37:27 +0800
committerpav <pav@FreeBSD.org>2007-07-22 19:37:27 +0800
commit014e24417b8363a27567c565f5ae0d948969913e (patch)
tree6166833776ce1421480e28acc95081677cfe9c5f /dns
parent8af39ef81ba37c29eeb2290aaad2c3f19455b17b (diff)
downloadfreebsd-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/Makefile8
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>