diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-03 18:35:01 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-03 18:35:01 +0000 |
commit | c8d5baaa3f6e4d02a50a9b16802b97ffb644611e (patch) | |
tree | 35a2e914281e016952cd39f6e2c3f52a8f74c212 /audio/raproxy | |
parent | a84f6e867b249f4584d44a2fa8b6662a5a2ab521 (diff) | |
download | ports-c8d5baaa3f6e4d02a50a9b16802b97ffb644611e.tar.gz ports-c8d5baaa3f6e4d02a50a9b16802b97ffb644611e.zip |
Notes
Diffstat (limited to 'audio/raproxy')
-rw-r--r-- | audio/raproxy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/raproxy/Makefile b/audio/raproxy/Makefile index b2dec9e97784..7c6f787d10dc 100644 --- a/audio/raproxy/Makefile +++ b/audio/raproxy/Makefile @@ -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> |