pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cook Installs perl script, so include dependency...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e4461741b33
branches:  trunk
changeset: 522242:2e4461741b33
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 06 14:14:11 2006 +0000

description:
Installs perl script, so include dependency and fix the path to not
point to the tool directory. Bump revision.

diffstat:

 devel/cook/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r ef40e5b0e9ed -r 2e4461741b33 devel/cook/Makefile
--- a/devel/cook/Makefile       Wed Dec 06 12:14:00 2006 +0000
+++ b/devel/cook/Makefile       Wed Dec 06 14:14:11 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2006/08/09 23:29:15 mrg Exp $
+# $NetBSD: Makefile,v 1.17 2006/12/06 14:14:11 joerg Exp $
 
 DISTNAME=      cook-2.26
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://www.canb.auug.org.au/~millerp/cook/
 
@@ -8,8 +9,10 @@
 HOMEPAGE=      http://www.canb.auug.org.au/~millerp/cook/cook.html
 COMMENT=       More powerful replacement for the traditional make(1) tool
 
-USE_TOOLS+=    msgfmt yacc
+USE_TOOLS+=    msgfmt yacc perl:run
 GNU_CONFIGURE= yes
 
+REPLACE_PERL=  bin/cook_rsh
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index