summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-11-30 08:06:01 +0000
committerwiz <wiz@pkgsrc.org>2004-11-30 08:06:01 +0000
commitda24e67b0a4b0dbda6b3ecf041c0e78b76dff2c8 (patch)
tree0c5b70a46bc550aef4073143846580ef9d2e2ae6 /converters
parentb26d3122fed2e7b6a449c25e9054bdf1c26664ea (diff)
downloadpkgsrc-da24e67b0a4b0dbda6b3ecf041c0e78b76dff2c8.tar.gz
Be consistent in variable usage (or lack thereof).
Diffstat (limited to 'converters')
-rw-r--r--converters/latex2rtf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/latex2rtf/Makefile b/converters/latex2rtf/Makefile
index ce37e6af08c..b065741ff9c 100644
--- a/converters/latex2rtf/Makefile
+++ b/converters/latex2rtf/Makefile
@@ -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 @@ post-extract:
${RM} -f ${WRKSRC}/*.o
do-configure:
- ${SED} < ${WRKSRC}/${MAKEFILE}.in > ${WRKSRC}/${MAKEFILE} \
+ ${SED} < ${WRKSRC}/Makefile.in > ${WRKSRC}/Makefile \
-e 's:@PREFIX@:${PREFIX}:'
do-install: