Subject: Re: patches for pkgsrc (yacc and lex tools)
To: Roland Illig <rillig@NetBSD.org>
From: Aleksey Cheusov <cheusov@tut.by>
List: pkgsrc-users
Date: 12/07/2007 00:09:02
> Aleksey Cheusov wrote:
>> New portion of yacc/lex patches
> Committed. Thanks for the patch.
A few INSTALLATIONS_DIRS patches
Index: games/thew/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/games/thew/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- games/thew/Makefile 3 Nov 2007 18:14:20 -0000 1.1.1.1
+++ games/thew/Makefile 6 Dec 2007 15:34:47 -0000
@@ -11,6 +11,8 @@
HOMEPAGE= http://thew.sourceforce.net/
COMMENT= The hermit worm
+INSTALLATION_DIRS+= ${PKGMANDIR}/man6 bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/thew ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/thew.6 ${PREFIX}/${PKGMANDIR}/man6
Index: math/ltm/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/math/ltm/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- math/ltm/Makefile 9 Sep 2006 09:35:10 -0000 1.9
+++ math/ltm/Makefile 6 Dec 2007 15:35:17 -0000
@@ -17,7 +17,7 @@
BUILD_TARGET= default
USE_TOOLS+= gmake
-INSTALLATION_DIRS= share/doc/ltm
+INSTALLATION_DIRS+= share/doc/ltm include lib
do-install:
${INSTALL_DATA} ${WRKSRC}/tommath.h ${PREFIX}/include
Index: net/sup/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/sup/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- net/sup/Makefile 14 Mar 2006 22:58:47 -0000 1.1
+++ net/sup/Makefile 6 Dec 2007 15:35:44 -0000
@@ -8,4 +8,6 @@
MAINTAINER= christos@NetBSD.org
COMMENT= Network file distribution/synchronisation utility
+INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/man8
+
.include "../../mk/bsd.pkg.mk"
--
Best regards, Aleksey Cheusov.