summaryrefslogtreecommitdiff
path: root/japanese/gp
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-06-29 11:30:39 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-06-29 11:30:39 +0000
commit0ea6d5d193c9fe199ed38c6ca454649d6c367f90 (patch)
tree5a67766ea42081d0a1c78a1739db748a2afac467 /japanese/gp
parentUpgrade to 0.9.4.1 (diff)
Style police (don't need -p)
Notes
Notes: svn path=/head/; revision=7127
Diffstat (limited to 'japanese/gp')
-rw-r--r--japanese/gp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/gp/Makefile b/japanese/gp/Makefile
index 5e4cf0a59703..db6fef22717d 100644
--- a/japanese/gp/Makefile
+++ b/japanese/gp/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 April 1997
# Whom: Kiriyama Kazuhiko<kiri@kiri.toba-cmt.ac.jp>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/06/04 02:13:17 asami Exp $
#
DISTNAME= GP-2.01jp
@@ -37,7 +37,7 @@ do-install:
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} -p ${DOCDIR}
+ @${MKDIR} ${DOCDIR}
@${INSTALL_DATA} ${WRKSRC}/Doc/README ${WRKSRC}/Doc/Variables \
${DOCDIR}
.endif