summaryrefslogtreecommitdiff
path: root/graphics/plotmtv
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-02-26 13:19:14 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-02-26 13:19:14 +0000
commit7b7593cc113285f64102b607230b95e675c0d65f (patch)
treeb60fd5de5d90bc392ba0514402dce60681882308 /graphics/plotmtv
parentMinor nits: (diff)
mkdir -p ==> ${MKDIR}
Notes
Notes: svn path=/head/; revision=5758
Diffstat (limited to 'graphics/plotmtv')
-rw-r--r--graphics/plotmtv/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/plotmtv/Makefile b/graphics/plotmtv/Makefile
index d4fdaf445ca6..49ca70b2fd41 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