pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/latex2rtf This package uses INFO_FILES so i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc43361f56c3
branches:  trunk
changeset: 474943:bc43361f56c3
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri May 07 22:08:56 2004 +0000

description:
This package uses INFO_FILES so install latex2rtf.info to
${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info.

(I didn't receive any okay from maintainer when I asked
in April.)

diffstat:

 converters/latex2rtf/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 86df0df52249 -r bc43361f56c3 converters/latex2rtf/Makefile
--- a/converters/latex2rtf/Makefile     Fri May 07 21:56:02 2004 +0000
+++ b/converters/latex2rtf/Makefile     Fri May 07 22:08:56 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/04/11 07:21:15 snj Exp $
+# $NetBSD: Makefile,v 1.11 2004/05/07 22:08:56 reed Exp $
 #
 
 DISTNAME=      latex2rtf-1.8aa
@@ -28,7 +28,7 @@
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/latex2rtf ${PREFIX}/bin/latex2rtf
        ${INSTALL_MAN} ${WRKSRC}/latex2rtf.1 ${PREFIX}/man/man1/latex2rtf.1
-       ${INSTALL_DATA} ${WRKSRC}/doc/latex2rtf.info ${PREFIX}/info/latex2rtf.info
+       ${INSTALL_DATA} ${WRKSRC}/doc/latex2rtf.info ${PREFIX}/${INFO_DIR}/latex2rtf.info
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/latex2rtf
        ${INSTALL_DATA} ${WRKSRC}/doc/l2r.html ${PREFIX}/share/doc/latex2rtf/latex2rtf.html
        ${INSTALL_DATA} ${WRKSRC}/doc/l2r.pdf ${PREFIX}/share/doc/latex2rtf/latex2rtf.pdf



Home | Main Index | Thread Index | Old Index