pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/lyx-qt Use PKG_LOCALTEXMFPREFIX instead of PKG...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2d9b821d1f5
branches:  trunk
changeset: 510943:c2d9b821d1f5
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Apr 07 00:36:45 2006 +0000

description:
Use PKG_LOCALTEXMFPREFIX instead of PKG_TEXMFPREFIX, to match with PLIST.

diffstat:

 editors/lyx-qt/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r ef64bfa320af -r c2d9b821d1f5 editors/lyx-qt/Makefile.common
--- a/editors/lyx-qt/Makefile.common    Fri Apr 07 00:35:02 2006 +0000
+++ b/editors/lyx-qt/Makefile.common    Fri Apr 07 00:36:45 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2006/01/18 21:00:45 reed Exp $
+# $NetBSD: Makefile.common,v 1.35 2006/04/07 00:36:45 minskim Exp $
 #
 
 DISTNAME=              lyx-1.3.7
@@ -79,9 +79,9 @@
 
 # using INSTALL_DATA_DIR instead of INSTALLATION_DIRS because PREFIX is included
 post-install:
-       ${INSTALL_DATA_DIR} ${PKG_TEXMFPREFIX}/tex/latex/lyx && \
+       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/lyx &&    \
        for i in ${WRKSRC}/lib/tex/* ; do \
-               ${INSTALL_DATA} $$i ${PKG_TEXMFPREFIX}/tex/latex/lyx/ ; \
+               ${INSTALL_DATA} $$i ${PKG_LOCALTEXMFPREFIX}/tex/latex/lyx/ ; \
        done
 
 .include "../../converters/libiconv/buildlink3.mk"



Home | Main Index | Thread Index | Old Index