summaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-01-28 20:30:36 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-01-28 20:30:36 +0000
commit470c508d03d77203fd6d04bc53d030e83e3d9ed0 (patch)
tree83d5933774a8198fa0dce92b9c3e095b371f94b6 /net/rsync
parentDoh.. Actually use curses instead of home-grown ansi driver. (diff)
Aaaaarrgggg, I have destroyed the Makefile just between testing and the commit.
Apologies! Fix it: s/@{STRIP_CMD}/@${STRIP_CMD}/ Pointed out by: Mike Harding <mvh@ix.netcom.com> Franz Klammer <klammer@webonaut.com> Stacey Roberts <stacey@vickiandstacey.com> Bill Trost <trost@grey.cloud.rain.com> and lots more
Notes
Notes: svn path=/head/; revision=74165
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 6da5fc19cc64..d2d37a73e016 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -66,7 +66,7 @@ pre-configure:
${WRKSRC}/rsync.h ${WRKSRC}/zlib/zutil.h
post-install:
- @{STRIP_CMD} ${PREFIX}/bin/rsync
+ @${STRIP_CMD} ${PREFIX}/bin/rsync
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}