summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/lyx-qt/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common
index 9764ed48e8e..6b200244685 100644
--- a/editors/lyx-qt/Makefile.common
+++ b/editors/lyx-qt/Makefile.common
@@ -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 @@ PYTHON_PATCH_SCRIPTS= lib/lyx2lyx/lyx2lyx \
# 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"