diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-17 22:30:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-17 22:30:12 +0000 |
commit | 639dd4e31b178ea5310cf7b3da4adc11a9539659 (patch) | |
tree | 01a1d8fdd77342d813093e9d7c32bef84ca9461c /sysutils/44bsd-more | |
parent | 1fc7a7ab4ac35a28d8c1a67f41bd11716a25acff (diff) | |
download | ports-639dd4e31b178ea5310cf7b3da4adc11a9539659.tar.gz ports-639dd4e31b178ea5310cf7b3da4adc11a9539659.zip |
Notes
Diffstat (limited to 'sysutils/44bsd-more')
-rw-r--r-- | sysutils/44bsd-more/Makefile | 8 |
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> |