summaryrefslogtreecommitdiff
path: root/converters/txt2html
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-04-09 11:45:33 +0000
committerwiz <wiz@pkgsrc.org>2001-04-09 11:45:33 +0000
commit18097323ee893387e9be485eeb6a6144bbd01b3f (patch)
tree983eb724fe1ff722e2ee13ead5cd2a7f8a091e31 /converters/txt2html
parent66f4b365e36b992fc85c863a74869b7fea45911f (diff)
downloadpkgsrc-18097323ee893387e9be485eeb6a6144bbd01b3f.tar.gz
Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}
Diffstat (limited to 'converters/txt2html')
-rw-r--r--converters/txt2html/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/txt2html/Makefile b/converters/txt2html/Makefile
index e45f984e7dd..a06c2229886 100644
--- a/converters/txt2html/Makefile
+++ b/converters/txt2html/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/25 04:17:39 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 2001/04/09 11:45:39 wiz Exp $
DISTNAME= txt2html-1.28
CATEGORIES= converters www
@@ -17,7 +17,7 @@ do-configure:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/txt2html ${PREFIX}/bin
- -${INSTALL_DATA_DIR} ${PREFIX}/share/txt2html
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/txt2html
${INSTALL_DATA} ${WRKSRC}/txt2html.dict ${PREFIX}/share/txt2html
${INSTALL_DATA} ${WRKSRC}/sample.foot ${PREFIX}/share/txt2html
${INSTALL_DATA} ${WRKSRC}/sample.html ${PREFIX}/share/txt2html