diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-07 17:10:48 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-07 17:10:48 +0000 |
commit | d65a5c0d8e2a109cbb2df7a7ca376bd5c30cd2df (patch) | |
tree | 3921f83b0c9b93428a3c40dda113f93cc507da94 /net | |
parent | - Update to 0.2.1-inu-1.5 and www/w3m-img port to 0.2.1-inu-1.5-img-1.12. (diff) |
Define NO_LATEST_LINK=yes in favor of coda 5.x.
Notes
Notes:
svn path=/head/; revision=49754
Diffstat (limited to 'net')
-rw-r--r-- | net/coda_client/Makefile | 2 | ||||
-rw-r--r-- | net/coda_doc/Makefile | 2 | ||||
-rw-r--r-- | net/coda_server/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/net/coda_client/Makefile b/net/coda_client/Makefile index f4935a1b4d81..21124882edcd 100644 --- a/net/coda_client/Makefile +++ b/net/coda_client/Makefile @@ -24,4 +24,6 @@ INSTALL_TARGET= client-install GNU_CONFIGURE= yes USE_GMAKE= yes +NO_LATEST_LINK= yes + .include <bsd.port.mk> diff --git a/net/coda_doc/Makefile b/net/coda_doc/Makefile index eda82a80efe3..92ff7a7483a8 100644 --- a/net/coda_doc/Makefile +++ b/net/coda_doc/Makefile @@ -96,6 +96,8 @@ MAN8= au.8 \ volutil.8 \ vutil.8 +NO_LATEST_LINK= yes + do-build: @${ECHO} "At present, Coda documentation is distributed in html, man, ps, and ppt forms" @${ECHO} "but documentation source is not available. It should appear in a release" diff --git a/net/coda_server/Makefile b/net/coda_server/Makefile index 3621e9dbe8e3..5512b2b829a8 100644 --- a/net/coda_server/Makefile +++ b/net/coda_server/Makefile @@ -24,4 +24,6 @@ INSTALL_TARGET= server-install GNU_CONFIGURE= yes USE_GMAKE= yes +NO_LATEST_LINK= yes + .include <bsd.port.mk> |