summaryrefslogtreecommitdiff
path: root/games/cgoban
diff options
context:
space:
mode:
authorrillig <rillig>2006-04-25 22:03:32 +0000
committerrillig <rillig>2006-04-25 22:03:32 +0000
commit58978f8c402b66bb612f5524936e5a255156d081 (patch)
treea77c8f9181f6aa8eb1c83f9f846cc7b18285dfa0 /games/cgoban
parentb2853f66ec10b9f76a6718ed57f86d6543191795 (diff)
downloadpkgsrc-58978f8c402b66bb612f5524936e5a255156d081.tar.gz
Added the missing directories that must exist before installing the files.
Diffstat (limited to 'games/cgoban')
-rw-r--r--games/cgoban/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/cgoban/Makefile b/games/cgoban/Makefile
index e4c264bf983..16b785ad111 100644
--- a/games/cgoban/Makefile
+++ b/games/cgoban/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/02/05 23:09:13 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2006/04/25 22:03:32 rillig Exp $
DISTNAME= cgoban-1.9.12
PKGREVISION= 1
@@ -11,5 +11,7 @@ COMMENT= The complete goban. A Go server client and sgf viewer/editor
GNU_CONFIGURE= yes
+INSTALLATION_DIRS= ${PKGMANDIR}/man6 share/misc
+
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"