From ff59579a2bbd5ceabbe7971d321c2cc0777c8053 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 1 Dec 1996 00:22:48 +0000 Subject: "mkdir -p" --> ${MKDIR} --- net/rsync/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/rsync') diff --git a/net/rsync/Makefile b/net/rsync/Makefile index b746203a9b34..119210307e4d 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Aug 3, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.2 1996/10/22 17:06:47 max Exp $ +# $Id: Makefile,v 1.3 1996/11/18 11:36:09 asami Exp $ # DISTNAME= rsync-1.6.2 @@ -19,7 +19,7 @@ MAN1= rsync.1 post-install: strip ${PREFIX}/bin/rsync .if !defined(NOPORTDOCS) - mkdir -p ${PREFIX}/share/doc/rsync + ${MKDIR} ${PREFIX}/share/doc/rsync ${INSTALL_DATA} ${WRKSRC}/tech_report.ps ${PREFIX}/share/doc/rsync .endif -- cgit v1.2.3