pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/latex2rtf Be consistent in variable usage (...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d211be9cc5d
branches:  trunk
changeset: 484822:6d211be9cc5d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 30 08:06:01 2004 +0000

description:
Be consistent in variable usage (or lack thereof).

diffstat:

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

diffs (18 lines):

diff -r 435e941163b5 -r 6d211be9cc5d converters/latex2rtf/Makefile
--- a/converters/latex2rtf/Makefile     Tue Nov 30 07:42:29 2004 +0000
+++ b/converters/latex2rtf/Makefile     Tue Nov 30 08:06:01 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/11/19 15:05:12 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2004/11/30 08:06:01 wiz Exp $
 #
 
 DISTNAME=      latex2rtf-1.8aa
@@ -23,7 +23,7 @@
        ${RM} -f ${WRKSRC}/*.o
 
 do-configure:
-       ${SED} < ${WRKSRC}/${MAKEFILE}.in > ${WRKSRC}/${MAKEFILE} \
+       ${SED} < ${WRKSRC}/Makefile.in > ${WRKSRC}/Makefile \
                -e 's:@PREFIX@:${PREFIX}:'
 
 do-install:



Home | Main Index | Thread Index | Old Index