ksh as build dependency. It doesn't seem to be used at run time, just
an entry for "/usr/bin/env ksh" in the template and an autoconf check.
This commit is contained in:
parent
8a91cd5ba9
commit
11c2c35667
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2006/01/03 14:25:49 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2006/01/09 18:50:57 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= newfile-1.0.14
|
||||
|
@ -13,6 +13,7 @@ COMMENT= Tool for creating starter files in various languages
|
|||
NO_BUILD= yes
|
||||
GNU_CONFIGURE= yes
|
||||
REPLACE_RUBY= src/newfile.rb.in
|
||||
USE_TOOLS+= ksh
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/src/newfile.rb ${PREFIX}/bin/newfile
|
||||
|
|
Loading…
Reference in a new issue