summaryrefslogtreecommitdiff
path: root/ftp/vsftpd
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-26 02:55:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-26 02:55:52 +0000
commit76f26d3acf6f9543a3a7f98e53a1d24567ab5b6b (patch)
treee03a24e7a2e79afe60bef46f4af3cef4637a6c1a /ftp/vsftpd
parentFix build on -current (cope with removal of union wait) (diff)
Mark BROKEN on 5.0
Notes
Notes: svn path=/head/; revision=68849
Diffstat (limited to 'ftp/vsftpd')
-rw-r--r--ftp/vsftpd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/ftp/vsftpd/Makefile b/ftp/vsftpd/Makefile
index e2d0804d6545..7463e64482d6 100644
--- a/ftp/vsftpd/Makefile
+++ b/ftp/vsftpd/Makefile
@@ -18,6 +18,12 @@ MAN5= vsftpd.conf.5
MAN8= vsftpd.8
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500035
+BROKEN= "Does not compile on 5.0"
+.endif
+
post-patch:
@${PERL} -pi -e 's@/etc/vsftpd.conf@${PREFIX}/etc/vsftpd.conf@' \
${WRKSRC}/defs.h
@@ -42,4 +48,4 @@ do-install:
@${PERL5} ${PKGINSTALL}
@${MKDIR} /var/ftp
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>