pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/java-mecab ${PREFIX}/lib is pre-required for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ea123dba315
branches:  trunk
changeset: 568929:8ea123dba315
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Dec 28 01:01:19 2009 +0000

description:
${PREFIX}/lib is pre-required for installation.

diffstat:

 textproc/java-mecab/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9661dae4773f -r 8ea123dba315 textproc/java-mecab/Makefile
--- a/textproc/java-mecab/Makefile      Sun Dec 27 18:08:48 2009 +0000
+++ b/textproc/java-mecab/Makefile      Mon Dec 28 01:01:19 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/10/14 08:22:35 obache Exp $
+# $NetBSD: Makefile,v 1.4 2009/12/28 01:01:19 obache Exp $
 #
 
 .include "../../textproc/mecab/Makefile.common"
@@ -16,6 +16,8 @@
 
 TEST_TARGET=   test
 
+INSTALLATION_DIRS+=    lib
+
 do-install:
        ${INSTALL_LIB} ${WRKSRC}/libMeCab.so ${DESTDIR}${PREFIX}/lib
        ${INSTALL_LIB} ${WRKSRC}/MeCab.jar ${DESTDIR}${PREFIX}/lib



Home | Main Index | Thread Index | Old Index