aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-11-07 17:10:48 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-11-07 17:10:48 +0000
commitd65a5c0d8e2a109cbb2df7a7ca376bd5c30cd2df (patch)
tree3921f83b0c9b93428a3c40dda113f93cc507da94
parent1c13d3051fbaddd01395ab124aad83d4ab241b39 (diff)
Notes
-rw-r--r--net/coda_client/Makefile2
-rw-r--r--net/coda_doc/Makefile2
-rw-r--r--net/coda_server/Makefile2
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>