pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/xlife INSTALL_TARGET is automatically set to the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6e0e8016bbe
branches:  trunk
changeset: 514988:f6e0e8016bbe
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Jun 21 18:18:05 2006 +0000

description:
INSTALL_TARGET is automatically set to the right value if USE_IMAKE is
defined, so no need to set it explicitly here.

diffstat:

 math/xlife/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 1344f3878745 -r f6e0e8016bbe math/xlife/Makefile
--- a/math/xlife/Makefile       Wed Jun 21 18:10:40 2006 +0000
+++ b/math/xlife/Makefile       Wed Jun 21 18:18:05 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/06/20 21:17:35 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2006/06/21 18:18:05 jlam Exp $
 #
 
 DISTNAME=      xlife-5.0
@@ -13,8 +13,6 @@
 WRKSRC=                ${WRKDIR}
 USE_IMAKE=     yes
 
-INSTALL_TARGET=        install install.man
-
 pre-build:
        ${TOUCH} ${WRKSRC}/collect.man ${WRKSRC}/lifesearchdumb.man
 



Home | Main Index | Thread Index | Old Index