aboutsummaryrefslogtreecommitdiff
path: root/converters/trans
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-30 08:58:45 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-30 08:58:45 +0000
commit38638406a7c918cd04378ed4d57bbf837d9b7161 (patch)
treeb0867791a9a743040265e2c912dadc0325245108 /converters/trans
parentc14befc4ef13f08918000a1d9a4943ec30b9e845 (diff)
downloadports-38638406a7c918cd04378ed4d57bbf837d9b7161.tar.gz
ports-38638406a7c918cd04378ed4d57bbf837d9b7161.zip
"-mkdir -p" -> "${MKDIR}".
Notes
Notes: svn path=/head/; revision=4724
Diffstat (limited to 'converters/trans')
-rw-r--r--converters/trans/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/trans/Makefile b/converters/trans/Makefile
index aff136df7715..94caf2f963a3 100644
--- a/converters/trans/Makefile
+++ b/converters/trans/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 May 1996
# Whom: ache
#
-# $Id: Makefile,v 1.2 1996/07/13 22:41:46 ache Exp $
+# $Id: Makefile,v 1.3 1996/11/27 10:58:51 ache Exp $
#
DISTNAME= trans111
@@ -22,7 +22,7 @@ do-install:
for i in $(ALL); do \
$(INSTALL_MAN) $$i.man ${PREFIX}/man/cat1/$$i.1; \
done
- -mkdir -p ${LIBDIR}/tables ${LIBDIR}/xlt ${LIBDIR}/doc
+ ${MKDIR} ${LIBDIR}/tables ${LIBDIR}/xlt ${LIBDIR}/doc
cd ${WRKSRC} && \
$(INSTALL_SCRIPT) checkall mkbintab mklist one iso ${LIBDIR}
cd ${WRKSRC} && \