summaryrefslogtreecommitdiffstats
path: root/misc/44bsd-more
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-17 22:30:12 +0000
committerkris <kris@FreeBSD.org>2004-09-17 22:30:12 +0000
commit72b69892770980cbc6f096e817fb285c271154c8 (patch)
tree83b62ec77abe5aa9433bb05f0f103f7c3c500c9e /misc/44bsd-more
parent89449b9385eec911679974a48e15f00177f6b83c (diff)
downloadFreeBSD-ports-72b69892770980cbc6f096e817fb285c271154c8.zip
FreeBSD-ports-72b69892770980cbc6f096e817fb285c271154c8.tar.gz
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'misc/44bsd-more')
-rw-r--r--misc/44bsd-more/Makefile8
1 files changed, 7 insertions, 1 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>
OpenPOWER on IntegriCloud