diff options
author | asami <asami@FreeBSD.org> | 1998-04-04 15:36:46 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-04-04 15:36:46 +0800 |
commit | 8164d42b2597272494b6e8f70a3f4df7cf0dd501 (patch) | |
tree | a8aadaa54c5092dfdf312c497a75fc8485e6b827 /ftp/ncftp | |
parent | 1a311b256ca434628b11083519addf1585aba22d (diff) | |
download | freebsd-ports-gnome-8164d42b2597272494b6e8f70a3f4df7cf0dd501.tar.gz freebsd-ports-gnome-8164d42b2597272494b6e8f70a3f4df7cf0dd501.tar.zst freebsd-ports-gnome-8164d42b2597272494b6e8f70a3f4df7cf0dd501.zip |
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/ncftp')
-rw-r--r-- | ftp/ncftp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/ncftp/Makefile b/ftp/ncftp/Makefile index d3cf2c837e89..e802a071ea1d 100644 --- a/ftp/ncftp/Makefile +++ b/ftp/ncftp/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: |