aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-11-30 16:58:45 +0800
committerasami <asami@FreeBSD.org>1996-11-30 16:58:45 +0800
commit7237e633ce18a900484987cf5c9c109f5cb3cfc0 (patch)
treedd91185090a5274aa6c5d1b8beb7f66d27cbe317 /converters
parentd1031263952c549fc4959ce40d4748ce5190947c (diff)
downloadfreebsd-ports-gnome-7237e633ce18a900484987cf5c9c109f5cb3cfc0.tar.gz
freebsd-ports-gnome-7237e633ce18a900484987cf5c9c109f5cb3cfc0.tar.zst
freebsd-ports-gnome-7237e633ce18a900484987cf5c9c109f5cb3cfc0.zip
"-mkdir -p" -> "${MKDIR}".
Diffstat (limited to 'converters')
-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} && \