diff options
author | minskim <minskim> | 2006-04-07 00:36:45 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-04-07 00:36:45 +0000 |
commit | 58a39530bc7ef2ff25d612f0e8b6e8edf679bafd (patch) | |
tree | dc227dcad5ed59e992fd4d2c831b00de270bbd49 /editors/lyx-qt | |
parent | ee29ec6a2be5e8a8a7d12ec69abfbd33f3c53cb1 (diff) | |
download | pkgsrc-58a39530bc7ef2ff25d612f0e8b6e8edf679bafd.tar.gz |
Use PKG_LOCALTEXMFPREFIX instead of PKG_TEXMFPREFIX, to match with PLIST.
Diffstat (limited to 'editors/lyx-qt')
-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" |