diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-24 01:59:01 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-24 01:59:01 +0000 |
commit | 570bd445b2b2f4921a71fc8b24c3f032a2e4cbb0 (patch) | |
tree | 90189a56937e63287ebc3c4ca99dba9b6a5949e8 /chinese/cless | |
parent | eb8f1f2511b5ccf432ac964fc525ce39ebefabc7 (diff) | |
download | ports-570bd445b2b2f4921a71fc8b24c3f032a2e4cbb0.tar.gz ports-570bd445b2b2f4921a71fc8b24c3f032a2e4cbb0.zip |
Remove '-p' since ${MKDIR} == 'mkdir -p'.
Notes
Notes:
svn path=/head/; revision=18957
Diffstat (limited to 'chinese/cless')
-rw-r--r-- | chinese/cless/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/cless/Makefile b/chinese/cless/Makefile index 4194e67ce1b5..a04a1730111c 100644 --- a/chinese/cless/Makefile +++ b/chinese/cless/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Aug 10, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.5 1997/09/22 17:48:26 max Exp $ +# $Id: Makefile,v 1.6 1997/10/10 06:53:47 obrien Exp $ # DISTNAME= cless-290 @@ -22,7 +22,7 @@ MAN1= cless.1 clesskey.1 post-install: .if !defined(NOPORTDOCS) - ${MKDIR} -p ${PREFIX}/share/doc/cless + ${MKDIR} ${PREFIX}/share/doc/cless ${INSTALL_DATA} ${WRKSRC}/README.CLESS ${PREFIX}/share/doc/cless .endif |