diff options
author | joerg <joerg> | 2006-06-20 21:17:35 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-20 21:17:35 +0000 |
commit | 9d6d150b56e22f63bf9fcc15fb8e667a570ea320 (patch) | |
tree | cb89d9cbca6188c47b62293d192bebf30318137e /math | |
parent | 74cfdb018a6851979f9796d3f7760b0d0fee46db (diff) | |
download | pkgsrc-9d6d150b56e22f63bf9fcc15fb8e667a570ea320.tar.gz |
Also call install.man.
Diffstat (limited to 'math')
-rw-r--r-- | math/xlife/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xlife/Makefile b/math/xlife/Makefile index 01533c5412a..691c4bb06ef 100644 --- a/math/xlife/Makefile +++ b/math/xlife/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/02/05 23:10:04 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/06/20 21:17:35 joerg Exp $ # DISTNAME= xlife-5.0 @@ -13,7 +13,7 @@ COMMENT= John Horton Conway's "Game of Life" WRKSRC= ${WRKDIR} USE_IMAKE= yes -INSTALL_TARGET= install +INSTALL_TARGET= install install.man pre-build: ${TOUCH} ${WRKSRC}/collect.man ${WRKSRC}/lifesearchdumb.man |