summaryrefslogtreecommitdiff
path: root/net/rsync/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-01 00:22:48 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-01 00:22:48 +0000
commitff59579a2bbd5ceabbe7971d321c2cc0777c8053 (patch)
treefc278dd6cf03d6fb4d2d0d7ab60c6937cf027a22 /net/rsync/Makefile
parentadd "mutt/" to the MD5 checksum (diff)
"mkdir -p" --> ${MKDIR}
Notes
Notes: svn path=/head/; revision=4736
Diffstat (limited to 'net/rsync/Makefile')
-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