mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
o unecho commands
o cat -> ${CAT} PR: 28593 Submitted by: Patrick Li <pat@databits.net>
This commit is contained in:
parent
a84f6e867b
commit
c8d5baaa3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44719
@ -27,10 +27,10 @@ do-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/raproxy.man ${PREFIX}/man/man8/raproxy.8
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
-${MKDIR} ${PREFIX}/share/doc/raproxy
|
||||
${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.pdf \
|
||||
@${MKDIR} ${PREFIX}/share/doc/raproxy
|
||||
@${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.pdf \
|
||||
${PREFIX}/share/doc/raproxy
|
||||
.endif
|
||||
-cat ${PKGMESSAGE}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user