diff options
author | gdt <gdt> | 2007-05-11 15:19:11 +0000 |
---|---|---|
committer | gdt <gdt> | 2007-05-11 15:19:11 +0000 |
commit | 149e04ccfd3f0bdd824d90a555682fa06fbe7453 (patch) | |
tree | c99b3d36e220f0837cb9474b1976ef99826b33e9 /net/coda | |
parent | 1ad3977dba44b0d5f6bd4d8791313dc7f7ae50ba (diff) | |
download | pkgsrc-149e04ccfd3f0bdd824d90a555682fa06fbe7453.tar.gz |
add comment with URL of helpful page on coda wiki.
Diffstat (limited to 'net/coda')
-rw-r--r-- | net/coda/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/coda/Makefile b/net/coda/Makefile index 299748166bd..d00907e1556 100644 --- a/net/coda/Makefile +++ b/net/coda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/04/15 14:03:50 gdt Exp $ +# $NetBSD: Makefile,v 1.3 2007/05/11 15:19:11 gdt Exp $ # DISTNAME= coda-6.9.1 @@ -10,6 +10,9 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://www.coda.cs.cmu.edu/ COMMENT= Coda distributed fileystem +# See http://coda.wikidev.net/Quick_Client_Action for hints on how +# to configure venus. + # Top-level Makefile is missing .WAIT, reported upstream 20070412 by gdt. MAKE_JOBS_SAFE= no |