summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-17 22:30:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-17 22:30:12 +0000
commit639dd4e31b178ea5310cf7b3da4adc11a9539659 (patch)
tree01a1d8fdd77342d813093e9d7c32bef84ca9461c /misc
parentUnbreak build on 5.X and -CURRENT. (diff)
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118208
Diffstat (limited to 'misc')
-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 f2c3d2028266..b57d92aff558 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>