summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--misc/44bsd-more/Makefile8
-rw-r--r--sysutils/44bsd-more/Makefile8
2 files changed, 14 insertions, 2 deletions
diff --git a/misc/44bsd-more/Makefile b/misc/44bsd-more/Makefile
index f2c3d20..b57d92a 100644
--- a/misc/44bsd-more/Makefile
+++ b/misc/44bsd-more/Makefile
@@ -22,6 +22,12 @@ MAN1= 44bsd-more.1
RELDATE= 20000521
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-extract:
-cd ${WRKSRC} && co RCS/*,v
@@ -44,4 +50,4 @@ tarup:
cd ${WRKSRC} && tar cyf /tmp/${DISTFILES} RCS
scp /tmp/${DISTFILES} freefall:public_html/dists
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/sysutils/44bsd-more/Makefile b/sysutils/44bsd-more/Makefile
index f2c3d20..b57d92a 100644
--- a/sysutils/44bsd-more/Makefile
+++ b/sysutils/44bsd-more/Makefile
@@ -22,6 +22,12 @@ MAN1= 44bsd-more.1
RELDATE= 20000521
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-extract:
-cd ${WRKSRC} && co RCS/*,v
@@ -44,4 +50,4 @@ tarup:
cd ${WRKSRC} && tar cyf /tmp/${DISTFILES} RCS
scp /tmp/${DISTFILES} freefall:public_html/dists
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud