Two programs in sbin/ need their interpreter fixed.

This commit is contained in:
rillig 2008-02-17 10:16:33 +00:00
parent 47df15044b
commit 7a2ec90e2c

View file

@ -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"