pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2003Q4]: pkgsrc/misc/xjdic Pullup a fix for the installation p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84a6abc6d63f
branches:  pkgsrc-2003Q4
changeset: 463693:84a6abc6d63f
user:      agc <agc%pkgsrc.org@localhost>
date:      Sun Dec 07 12:20:07 2003 +0000

description:
Pullup a fix for the installation path for distribution files to the
pkgsrc-2003Q4 branch, requested by Krister Walfridsson.

        Module Name:    pkgsrc
        Committed By:   kristerw
        Date:           Sat Nov 29 04:15:44 UTC 2003

        Modified Files:
                pkgsrc/misc/xjdic: Makefile

        Log Message:
        Make the package install after the recent DIST_SUBDIR change.

diffstat:

 misc/xjdic/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r a4d2fbc79ef9 -r 84a6abc6d63f misc/xjdic/Makefile
--- a/misc/xjdic/Makefile       Sat Dec 06 07:28:43 2003 +0000
+++ b/misc/xjdic/Makefile       Sun Dec 07 12:20:07 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/11/11 09:56:37 wiz Exp $
+# $NetBSD: Makefile,v 1.5.2.1 2003/12/07 12:20:07 agc Exp $
 #
 
 DISTNAME=      xjdic23
@@ -44,8 +44,10 @@
                        ${WRKSRC}/xjdic23.install \
                        ${PREFIX}/share/doc/xjdic
                ${INSTALL_MAN} ${WRKSRC}/xjdic.1 ${PREFIX}/man/man1
-               ${GZIP_CMD} -cd ${DISTDIR}/kanjidic.gz >${PREFIX}/share/xjdic/kanjidic
-               ${GZIP_CMD} -cd ${DISTDIR}/edict.gz >${PREFIX}/share/xjdic/edict
+               ${GZIP_CMD} -cd ${DISTDIR}/${DIST_SUBDIR}/kanjidic.gz \
+                       >${PREFIX}/share/xjdic/kanjidic
+               ${GZIP_CMD} -cd ${DISTDIR}/${DIST_SUBDIR}/edict.gz \
+                       >${PREFIX}/share/xjdic/edict
                ${PREFIX}/bin/xjdxgen ${PREFIX}/share/xjdic/edict
                ${PREFIX}/bin/xjdxgen ${PREFIX}/share/xjdic/kanjidic
                ${SED} \



Home | Main Index | Thread Index | Old Index