summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1997-11-30 00:24:02 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1997-11-30 00:24:02 +0000
commit27a245a08961b06abb432bf1c89008338abaa3d6 (patch)
tree42dc7f924db6075c1b27476414d4c474de3c0a89 /ftp
parentMake this build under 3.0. (diff)
Mark BROKEN for 3.0.
Notes
Notes: svn path=/head/; revision=8910
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