diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-30 00:24:02 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-30 00:24:02 +0000 |
commit | 27a245a08961b06abb432bf1c89008338abaa3d6 (patch) | |
tree | 42dc7f924db6075c1b27476414d4c474de3c0a89 /ftp/lftp/Makefile | |
parent | ade9d70b2ad3ebe93d9b6a54e9da5a09c43c81cb (diff) | |
download | ports-27a245a08961b06abb432bf1c89008338abaa3d6.tar.gz ports-27a245a08961b06abb432bf1c89008338abaa3d6.zip |
Notes
Diffstat (limited to 'ftp/lftp/Makefile')
-rw-r--r-- | ftp/lftp/Makefile | 7 |
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 |