diff options
author | minskim <minskim@pkgsrc.org> | 2006-04-07 00:36:45 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-04-07 00:36:45 +0000 |
commit | 896408da3dd7bc14aecea12bf047e8a88cffbc00 (patch) | |
tree | dc227dcad5ed59e992fd4d2c831b00de270bbd49 | |
parent | 36afc7f89f0a032355d442b14db00003b6d46dec (diff) | |
download | pkgsrc-896408da3dd7bc14aecea12bf047e8a88cffbc00.tar.gz |
Use PKG_LOCALTEXMFPREFIX instead of PKG_TEXMFPREFIX, to match with PLIST.
-rw-r--r-- | editors/lyx-qt/Makefile.common | 6 |
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" |