summaryrefslogtreecommitdiff
path: root/net/rsync/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-01 01:23:27 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-01 01:23:27 +0000
commit49f337d203a35b330e9816734307eae928c9ad22 (patch)
tree9c7a58bc72f073465ca4da2b58638cc25beb2f62 /net/rsync/Makefile
parentCleaned up post-install target. (diff)
General Makefile cleanup
Add MAINATERS mkdir -p ==> ${MKDIR} cp ==> ${CP} install ==> ${INSTALL}/${INSTALL_*} etc...
Notes
Notes: svn path=/head/; revision=4738
Diffstat (limited to 'net/rsync/Makefile')
-rw-r--r--net/rsync/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 119210307e4d..e23b884e23a3 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.3 1996/11/18 11:36:09 asami Exp $
+# $Id: Makefile,v 1.4 1996/12/01 00:22:48 obrien Exp $
#
DISTNAME= rsync-1.6.2
@@ -17,9 +17,9 @@ GNU_CONFIGURE= yes
MAN1= rsync.1
post-install:
- strip ${PREFIX}/bin/rsync
+ @strip ${PREFIX}/bin/rsync
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/rsync
+ @${MKDIR} ${PREFIX}/share/doc/rsync
${INSTALL_DATA} ${WRKSRC}/tech_report.ps ${PREFIX}/share/doc/rsync
.endif