aboutsummaryrefslogtreecommitdiffstats
path: root/net/rsync
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1996-12-01 08:22:48 +0800
committerobrien <obrien@FreeBSD.org>1996-12-01 08:22:48 +0800
commita1dd4352b9cc07400912812d602572bfba09de37 (patch)
treef1d021119a137f1a73d8df5cfd451260716a5c2c /net/rsync
parent323d945285cb567659655c7f447f20cd7c6ae97e (diff)
downloadfreebsd-ports-gnome-a1dd4352b9cc07400912812d602572bfba09de37.tar.gz
freebsd-ports-gnome-a1dd4352b9cc07400912812d602572bfba09de37.tar.zst
freebsd-ports-gnome-a1dd4352b9cc07400912812d602572bfba09de37.zip
"mkdir -p" --> ${MKDIR}
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile4
1 files changed, 2 insertions, 2 deletions
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