aboutsummaryrefslogtreecommitdiff
path: root/sysutils/44bsd-more
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 /sysutils/44bsd-more
parent1fc7a7ab4ac35a28d8c1a67f41bd11716a25acff (diff)
downloadports-639dd4e31b178ea5310cf7b3da4adc11a9539659.tar.gz
ports-639dd4e31b178ea5310cf7b3da4adc11a9539659.zip
Notes
Diffstat (limited to 'sysutils/44bsd-more')
-rw-r--r--sysutils/44bsd-more/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/44bsd-more/Makefile b/sysutils/44bsd-more/Makefile
index f2c3d2028266..b57d92aff558 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>