aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1997-02-26 21:19:14 +0800
committerobrien <obrien@FreeBSD.org>1997-02-26 21:19:14 +0800
commit89e269016414f46ed04dbb738e919b2a42f0df49 (patch)
tree22d6d45bf8ded71be92570ed35ca233b269b4c0a
parent52ac5ded4ac19f8ce1fa7dd2dbed6a2e9c5f1738 (diff)
downloadfreebsd-ports-graphics-89e269016414f46ed04dbb738e919b2a42f0df49.tar.gz
freebsd-ports-graphics-89e269016414f46ed04dbb738e919b2a42f0df49.tar.zst
freebsd-ports-graphics-89e269016414f46ed04dbb738e919b2a42f0df49.zip
mkdir -p ==> ${MKDIR}
-rw-r--r--graphics/plotmtv/Makefile6
1 files 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