diff options
author | asami <asami@FreeBSD.org> | 1998-04-04 07:36:46 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-04-04 07:36:46 +0000 |
commit | 8164d42b2597272494b6e8f70a3f4df7cf0dd501 (patch) | |
tree | a8aadaa54c5092dfdf312c497a75fc8485e6b827 /ftp/ncftp1 | |
parent | 1a311b256ca434628b11083519addf1585aba22d (diff) | |
download | FreeBSD-ports-8164d42b2597272494b6e8f70a3f4df7cf0dd501.zip FreeBSD-ports-8164d42b2597272494b6e8f70a3f4df7cf0dd501.tar.gz |
Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn't
depend on ordering in the parent Makefiles for the links to be created
correctly.
Diffstat (limited to 'ftp/ncftp1')
-rw-r--r-- | ftp/ncftp1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/ncftp1/Makefile b/ftp/ncftp1/Makefile index d3cf2c8..e802a07 100644 --- a/ftp/ncftp1/Makefile +++ b/ftp/ncftp1/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Jun 1996 # Whom: jkh # -# $Id: Makefile,v 1.7 1997/12/16 20:02:01 vanilla Exp $ +# $Id: Makefile,v 1.8 1998/01/31 17:49:32 jseger Exp $ # DISTNAME= ncftp-1.9.5 @@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ MAINTAINER= obrien@FreeBSD.org +NO_LATEST_LINK= yes MAN1= ncftp.1 do-install: |