pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/lua4 The directory man/cat1 is needed prior to in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb6d27d9a031
branches:  trunk
changeset: 515142:bb6d27d9a031
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jun 26 06:47:43 2006 +0000

description:
The directory man/cat1 is needed prior to installation.

diffstat:

 lang/lua4/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 90208b7152b2 -r bb6d27d9a031 lang/lua4/Makefile
--- a/lang/lua4/Makefile        Mon Jun 26 06:29:25 2006 +0000
+++ b/lang/lua4/Makefile        Mon Jun 26 06:47:43 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/06/19 00:09:01 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/26 06:47:43 rillig Exp $
 
 DISTNAME=      lua-4.0.1
 PKGNAME=       lua4-4.01
@@ -38,5 +38,6 @@
                ${SED} -e 's:lua\.h:lua4\.h:g' $$f > $$f.tmp    \
                && ${MV} $$f.tmp $$f;                           \
        done
+       ${INSTALL_DATA_DIR} ${PREFIX}/${PKGMANDIR}/cat1
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index