1
0
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:
Mario Sergio Fujikawa Ferreira 2001-07-03 18:35:01 +00:00
parent a84f6e867b
commit c8d5baaa3f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44719

View File

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