From ab1bead9df9f4e62dc0e9d8c4ae35f389e4e286c Mon Sep 17 00:00:00 2001 From: Sylvio Cesar Teixeira <sylvio@FreeBSD.org> Date: Fri, 25 May 2012 21:28:53 +0000 Subject: - Marked BROKEN. Does not compile on FreeBSD 7.x and 8.x Reported by: pav@ --- ftp/bftpd/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ftp') diff --git a/ftp/bftpd/Makefile b/ftp/bftpd/Makefile index 901a1ac554bd..365da8bbd948 100644 --- a/ftp/bftpd/Makefile +++ b/ftp/bftpd/Makefile @@ -24,6 +24,12 @@ PLIST_FILES= sbin/${PORTNAME} etc/${PORTNAME}.conf.sample MAN8= bftpd.8 PORTDOCS= en pl sk +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 900000 +BROKEN= does not compile on FreeBSD 7.x and 8.x +.endif + post-patch: @${REINPLACE_CMD} -e 's,/etc/bftpd.conf,${PREFIX}/etc/bftpd.conf,' \ ${WRKSRC}/mypaths.h @@ -38,4 +44,4 @@ do-install: @cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> -- cgit v1.2.3