diff options
author | joerg <joerg> | 2006-12-06 14:14:11 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-12-06 14:14:11 +0000 |
commit | 5f794e6b1efb52d62ccc72936e425f541cc1a85b (patch) | |
tree | 9e8caad049578d632470bc544fd7b0ef62cfece8 /devel | |
parent | 51454ed5def7b4b9dca20edd8e285b71ee970236 (diff) | |
download | pkgsrc-5f794e6b1efb52d62ccc72936e425f541cc1a85b.tar.gz |
Installs perl script, so include dependency and fix the path to not
point to the tool directory. Bump revision.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cook/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/cook/Makefile b/devel/cook/Makefile index 862960ada5b..65786fca743 100644 --- a/devel/cook/Makefile +++ b/devel/cook/Makefile @@ -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 @@ MAINTAINER= groo@NetBSD.org 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" |