diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-27 19:32:53 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-27 19:32:53 +0000 |
commit | e61119f77a72d0b82b628b71241506fb244641ad (patch) | |
tree | 4f5a778e9e9eb26f9c91e20e232cbca4b7b66c94 /sysutils/fcron | |
parent | f181e2b4bcc28addd57cb8f578d7d3a16c4485f7 (diff) | |
download | ports-e61119f77a72d0b82b628b71241506fb244641ad.tar.gz ports-e61119f77a72d0b82b628b71241506fb244641ad.zip |
Notes
Diffstat (limited to 'sysutils/fcron')
-rw-r--r-- | sysutils/fcron/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/fcron/Makefile b/sysutils/fcron/Makefile index 2e704710acea..d3f3246c3d16 100644 --- a/sysutils/fcron/Makefile +++ b/sysutils/fcron/Makefile @@ -37,6 +37,12 @@ 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} @@ -51,4 +57,4 @@ post-install: .endfor @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |