pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/cgoban Added the missing directories that must e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eda645ba96cf
branches:  trunk
changeset: 511905:eda645ba96cf
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Apr 25 22:03:32 2006 +0000

description:
Added the missing directories that must exist before installing the files.

diffstat:

 games/cgoban/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f1eb4450ba45 -r eda645ba96cf games/cgoban/Makefile
--- a/games/cgoban/Makefile     Tue Apr 25 20:12:35 2006 +0000
+++ b/games/cgoban/Makefile     Tue Apr 25 22:03:32 2006 +0000
@@ -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 @@
 
 GNU_CONFIGURE= yes
 
+INSTALLATION_DIRS=     ${PKGMANDIR}/man6 share/misc
+
 .include "../../mk/x11.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index