pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/chef Fix installation broken by previous.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80a60641e02f
branches:  trunk
changeset: 487869:80a60641e02f
user:      tv <tv%pkgsrc.org@localhost>
date:      Fri Jan 21 12:57:45 2005 +0000

description:
Fix installation broken by previous.

diffstat:

 converters/chef/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r df73fc4240a4 -r 80a60641e02f converters/chef/Makefile
--- a/converters/chef/Makefile  Fri Jan 21 12:55:11 2005 +0000
+++ b/converters/chef/Makefile  Fri Jan 21 12:57:45 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/01/21 02:55:15 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/01/21 12:57:45 tv Exp $
 #
 
 DISTNAME=      chef.l
@@ -28,4 +28,7 @@
        cd ${WRKSRC} && ${LEX} chef.l
        ${LINK.c} -o ${WRKSRC}/chef ${WRKSRC}/lex.yy.c -ll
 
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/chef ${PREFIX}/bin/
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index