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
This commit is contained in:
Oliver Braun 2003-01-28 20:30:36 +00:00
parent 96c8e1aef9
commit 470c508d03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74165

View file

@ -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}