From 89e269016414f46ed04dbb738e919b2a42f0df49 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 26 Feb 1997 13:19:14 +0000 Subject: mkdir -p ==> ${MKDIR} --- graphics/plotmtv/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/plotmtv/Makefile b/graphics/plotmtv/Makefile index d4fdaf445ca..49ca70b2fd4 100644 --- a/graphics/plotmtv/Makefile +++ b/graphics/plotmtv/Makefile @@ -3,7 +3,7 @@ # Date created: 19 October 1996 # Whom: pgs # -# $Id: Makefile,v 1.1.1.1 1997/02/25 14:21:15 tg Exp $ +# $Id: Makefile,v 1.2 1997/02/26 09:44:44 asami Exp $ # DISTNAME= Plotmtv1.4.0 @@ -20,9 +20,9 @@ ALL_TARGET= World MAN1= plotmtv.1 post-install: - ${INSTALL_MAN} $(WRKSRC)/Docs/plotmtv.man $(PREFIX)/man/man1/plotmtv.1 + ${INSTALL_MAN} ${WRKSRC}/Docs/plotmtv.man ${PREFIX}/man/man1/plotmtv.1 .if !defined(NOPORTDOCS) - mkdir -p ${PREFIX}/share/doc/plotmtv + ${MKDIR} ${PREFIX}/share/doc/plotmtv ${INSTALL_DATA} ${WRKSRC}/Docs/DataFormat.ps.Z \ ${PREFIX}/share/doc/plotmtv/ .endif -- cgit