diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/coda/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/coda/Makefile b/net/coda/Makefile index 4e811ff8bd0..c4a1d23c0b6 100644 --- a/net/coda/Makefile +++ b/net/coda/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2007/08/06 12:31:25 gdt Exp $ +# $NetBSD: Makefile,v 1.6 2008/02/17 10:16:33 rillig Exp $ # DISTNAME= coda-6.9.2 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.coda.cs.cmu.edu/pub/coda/src/ @@ -12,9 +13,10 @@ COMMENT= Coda distributed fileystem # See http://coda.wikidev.net/Quick_Client_Action for hints on how # to configure venus. -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake perl perl:run GNU_CONFIGURE= yes USE_LANGUAGES= c c++ +REPLACE_PERL= coda-src/scripts/tape.pl coda-src/scripts/volmunge .include "../../devel/lwp/buildlink3.mk" .include "../../devel/rpc2/buildlink3.mk" |