summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dns/posadis/Makefile8
-rw-r--r--net/portfwd/Makefile8
-rw-r--r--palm/pose/Makefile4
3 files changed, 18 insertions, 2 deletions
diff --git a/dns/posadis/Makefile b/dns/posadis/Makefile
index e626663..d1863e1 100644
--- a/dns/posadis/Makefile
+++ b/dns/posadis/Makefile
@@ -40,10 +40,16 @@ MAN1= getzone.1 posadis.1 posadis-getroots.1 posask.1 poshost.1
MAN5= posadisrc.5
DOCS= AUTHORS ChangeLog README TODO
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/net/portfwd/Makefile b/net/portfwd/Makefile
index a78a4e8..f095cfd 100644
--- a/net/portfwd/Makefile
+++ b/net/portfwd/Makefile
@@ -23,6 +23,12 @@ USE_REINPLACE= yes
MAN5= portfwd.cfg.5
MAN8= portfwd.8
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if defined(NOPORTDOCS)
post-configure:
@${REINPLACE_CMD} -e "s|\(^install-data-am:\) install-docDATA|\1|g" \
@@ -36,4 +42,4 @@ post-install:
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/cfg/* ${EXAMPLESDIR}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/palm/pose/Makefile b/palm/pose/Makefile
index 95a8fda..407b009 100644
--- a/palm/pose/Makefile
+++ b/palm/pose/Makefile
@@ -32,6 +32,10 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
OpenPOWER on IntegriCloud