pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/ack Override the install target so that we ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2632b66244d1
branches: trunk
changeset: 461724:2632b66244d1
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Fri Sep 19 18:03:34 2003 +0000
description:
Override the install target so that we always use the right install utility.
Fixes PR pkg/22864 by Jonathan Perkin.
diffstat:
converters/ack/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 522e4f08d49e -r 2632b66244d1 converters/ack/Makefile
--- a/converters/ack/Makefile Fri Sep 19 17:54:16 2003 +0000
+++ b/converters/ack/Makefile Fri Sep 19 18:03:34 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:01:01 seb Exp $
+# $NetBSD: Makefile,v 1.2 2003/09/19 18:03:34 jmmv Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1998/09/15 22:05:58 kuriyama Exp
DISTNAME= ack139
@@ -11,4 +11,8 @@
ALL_TARGET= ack
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/ack ${PREFIX}/bin/ack
+ ${INSTALL_DATA} ${WRKSRC}/ack.1 ${PREFIX}/man/ja_JP.EUC/man1/ack.1
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index