pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/skk List the info files directly in the PL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f59c50bbd982
branches:  trunk
changeset: 511049:f59c50bbd982
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Apr 08 19:29:52 2006 +0000

description:
List the info files directly in the PLIST and install into
${EMACS_INFOPREFIX}.

diffstat:

 inputmethod/skk/Makefile      |  7 ++++---
 inputmethod/skk/PLIST         |  3 ++-
 inputmethod/skk/files/SKK-CFG |  4 ++--
 3 files changed, 8 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r c16b140abaac -r f59c50bbd982 inputmethod/skk/Makefile
--- a/inputmethod/skk/Makefile  Sat Apr 08 19:14:06 2006 +0000
+++ b/inputmethod/skk/Makefile  Sat Apr 08 19:29:52 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/03/20 05:30:33 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2006/04/08 19:29:52 jlam Exp $
 #
 
 DISTNAME=      ddskk-12.2.0
@@ -29,13 +29,14 @@
 MAKEFLAGS+=    EMACS=${EMACS_BIN:Q}
 BUILD_TARGET=  elc
 
-INFO_FILES=    skk.info
+INFO_FILES=    # PLIST
 
 # SKK-CFG was copied from ${FILESDIR} during post-extract.
 SUBST_CLASSES+=                cfg
 SUBST_STAGE.cfg=       do-configure
 SUBST_FILES.cfg=       SKK-CFG
-SUBST_SED.cfg=         -e 's|@PREFIX@|${PREFIX}|g' \
+SUBST_SED.cfg=         -e 's|@PREFIX@|${PREFIX}|g'                     \
+                       -e 's|@EMACS_INFOPREFIX@|${EMACS_INFOPREFIX}|g' \
                        -e 's|@EMACS_LISPPREFIX@|${EMACS_LISPPREFIX}|g'
 
 # Substitute directory definitions during do-configure.
diff -r c16b140abaac -r f59c50bbd982 inputmethod/skk/PLIST
--- a/inputmethod/skk/PLIST     Sat Apr 08 19:14:06 2006 +0000
+++ b/inputmethod/skk/PLIST     Sat Apr 08 19:29:52 2006 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.7 2006/02/18 21:56:33 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2006/04/08 19:29:52 jlam Exp $
+${EMACS_INFOPREFIX}/skk.info
 ${FOR_emacs20}${EMACS_LISPPREFIX}/skk/ccc.el
 ${FOR_emacs20}${EMACS_LISPPREFIX}/skk/ccc.elc
 ${FOR_emacs21}${EMACS_LISPPREFIX}/skk/ccc.el
diff -r c16b140abaac -r f59c50bbd982 inputmethod/skk/files/SKK-CFG
--- a/inputmethod/skk/files/SKK-CFG     Sat Apr 08 19:14:06 2006 +0000
+++ b/inputmethod/skk/files/SKK-CFG     Sat Apr 08 19:29:52 2006 +0000
@@ -1,4 +1,4 @@
-;;; $NetBSD: SKK-CFG,v 1.1.1.1 2003/09/02 14:16:45 minoura Exp $
+;;; $NetBSD: SKK-CFG,v 1.2 2006/04/08 19:29:52 jlam Exp $
 ;;; from inputmethods/ddskk/files/SKK-CFG
 ;;; NetBSD: SKK-CFG,v 1.1.1.1 2002/09/16 13:20:44 uebayasi Exp 
 ;;;
@@ -8,5 +8,5 @@
 (setq VERSION_SPECIFIC_LISPDIR "@EMACS_LISPPREFIX@")
 (setq EMU_PREFIX "emu")
 (setq SKK_DATADIR "@PREFIX@/share/skk")
-(setq SKK_INFODIR "@PREFIX@/info")
+(setq SKK_INFODIR "@EMACS_INFOPREFIX@")
 (setq SKK_LISPDIR "@EMACS_LISPPREFIX@/skk")



Home | Main Index | Thread Index | Old Index