mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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:
parent
96c8e1aef9
commit
470c508d03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74165
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user