diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-04-04 07:36:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-04-04 07:36:46 +0000 |
commit | acd19d78e8061230f73236c7b112682510de79b8 (patch) | |
tree | 3722878837d6194ce3d6dddf621f9f5759e9ab95 /ftp/ncftp1 | |
parent | Upgrade for 2.4.0 release. I wish this could have coincided better with our ... (diff) |
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.
Notes
Notes:
svn path=/head/; revision=10410
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 d3cf2c837e89..e802a071ea1d 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: |