summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-20 20:48:35 +0000
committerjoerg <joerg>2006-06-20 20:48:35 +0000
commit0d0dc26e50380bdad30b701e65b8a21ec32a5bbd (patch)
treef3e810c896d0fea5d72eabb8cc4ad4297bf23411 /games
parentd86a321a5f5886d744583939fc44b60841cf205b (diff)
downloadpkgsrc-0d0dc26e50380bdad30b701e65b8a21ec32a5bbd.tar.gz
Also run install.man to the man pages.
Diffstat (limited to 'games')
-rw-r--r--games/spider/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/spider/Makefile b/games/spider/Makefile
index 21ba0ee2f30..9e9a9ecac53 100644
--- a/games/spider/Makefile
+++ b/games/spider/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:44 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2006/06/20 20:48:35 joerg Exp $
DISTNAME= spider
PKGNAME= spider-1.1
@@ -10,6 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Solitaire card game from xcontrib
USE_IMAKE= yes
-INSTALL_TARGET= install install.doc
+INSTALL_TARGET= install install.doc install.man
.include "../../mk/bsd.pkg.mk"