- Unbreak build on 5.3+

PR:		ports/74798
Submitted by:	Evan Dower <evantd(at)cs.washington.edu>
This commit is contained in:
Sergey Matveychuk 2004-12-07 08:47:42 +00:00
parent 96dcdf7bcf
commit 523db5c65c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123370
2 changed files with 10 additions and 7 deletions

View File

@ -37,12 +37,6 @@ MAN3= bitstring.3
MAN5= fcrontab.5 fcron.conf.5
MAN8= fcron.8
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 503000
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@ -57,4 +51,4 @@ post-install:
.endfor
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -0,0 +1,9 @@
--- conf.c.orig Tue Dec 7 11:44:09 2004
+++ conf.c Tue Dec 7 11:44:32 2004
@@ -1086,5 +1086,6 @@
break ;
next_file:
+ ;
}
}