diff options
author | rillig <rillig@pkgsrc.org> | 2008-02-17 10:16:33 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-02-17 10:16:33 +0000 |
commit | 7a2ec90e2ce982178d5c3da6dd12297971766315 (patch) | |
tree | 273960f0ec4ffa850402c28a42a23e0f41d2a549 | |
parent | 47df15044b23f579c01bca939117e6121b7fe179 (diff) | |
download | pkgsrc-7a2ec90e2ce982178d5c3da6dd12297971766315.tar.gz |
Two programs in sbin/ need their interpreter fixed.
-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" |