diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-30 05:19:02 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-30 05:19:02 +0000 |
commit | d5a877c55c554559c6c3614d35fa66bf9f74086c (patch) | |
tree | 1162bd22b7fb40f5841c4aabebe4ec7b7d764a48 /mail/fdm | |
parent | 012a0f4a21faed32b0adcec133184892b774c386 (diff) | |
download | ports-d5a877c55c554559c6c3614d35fa66bf9f74086c.tar.gz ports-d5a877c55c554559c6c3614d35fa66bf9f74086c.zip |
Notes
Diffstat (limited to 'mail/fdm')
-rw-r--r-- | mail/fdm/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/fdm/Makefile b/mail/fdm/Makefile index 5c38fa7de16c..d738d3e79873 100644 --- a/mail/fdm/Makefile +++ b/mail/fdm/Makefile @@ -36,10 +36,4 @@ post-install: @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 601000 -BROKEN= needs strtonum(3) -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |