aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1997-11-30 08:24:02 +0800
committerjseger <jseger@FreeBSD.org>1997-11-30 08:24:02 +0800
commit9a94f1bbc3a038520c8358e5dff9d08047695227 (patch)
tree3b6af723df4e3270c76ac4de46344d9acdf35f51 /ftp
parent73ea50c09205f7f27c042e15a5f793bd8fe3a8ba (diff)
downloadfreebsd-ports-gnome-9a94f1bbc3a038520c8358e5dff9d08047695227.tar.gz
freebsd-ports-gnome-9a94f1bbc3a038520c8358e5dff9d08047695227.tar.zst
freebsd-ports-gnome-9a94f1bbc3a038520c8358e5dff9d08047695227.zip
Mark BROKEN for 3.0.
Diffstat (limited to 'ftp')
-rw-r--r--ftp/lftp/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index 3ce9c1b63682..fd2bf5d63477 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 September 1997
# Whom: Andrey Zakhvatov
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/11/17 13:18:36 tg Exp $
#
DISTNAME= lftp-0.12.2
@@ -16,6 +16,11 @@ MAINTAINER= andy@icc.surw.chel.su
GNU_CONFIGURE= yes
MAN1= lftp.1 ftpget.1 parallelftp.1
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= "Doesn't build under current"
+.endif
+
do-install:
.for file in lftp ftpget parallelftp
@ ${INSTALL_PROGRAM} ${WRKSRC}/src/${file} ${PREFIX}/bin