1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Style police (don't need -p)

This commit is contained in:
David E. O'Brien 1997-06-29 11:30:39 +00:00
parent b1cb2b8684
commit 0ea6d5d193
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7127

View File

@ -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