diff options
author | jlam <jlam@pkgsrc.org> | 2006-06-21 18:18:05 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-06-21 18:18:05 +0000 |
commit | 5a7738ae2c4cc61e1916ef1139ef07d266daf01f (patch) | |
tree | cdbf3f3ee4acc0e067ea0f173886de20eb4e1a90 /math | |
parent | ccc4958dd7e49f74f276de2199340db917327a5f (diff) | |
download | pkgsrc-5a7738ae2c4cc61e1916ef1139ef07d266daf01f.tar.gz |
INSTALL_TARGET is automatically set to the right value if USE_IMAKE is
defined, so no need to set it explicitly here.
Diffstat (limited to 'math')
-rw-r--r-- | math/xlife/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/xlife/Makefile b/math/xlife/Makefile index 691c4bb06ef..819070d1217 100644 --- a/math/xlife/Makefile +++ b/math/xlife/Makefile @@ -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 @@ COMMENT= John Horton Conway's "Game of Life" WRKSRC= ${WRKDIR} USE_IMAKE= yes -INSTALL_TARGET= install install.man - pre-build: ${TOUCH} ${WRKSRC}/collect.man ${WRKSRC}/lifesearchdumb.man |