diff options
Diffstat (limited to 'audio/icecast')
-rw-r--r-- | audio/icecast/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index 100a8b158521..0570907065a2 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/Makefile @@ -30,6 +30,6 @@ do-install: .endfor ${MKDIR} ${PREFIX}/share/doc/icecast/ ${INSTALL_DATA} ${WRKSRC}/doc/manual.html ${PREFIX}/share/doc/icecast/ - @${CAT} ${PKGDIR}/MESSAGE | ${SED} -e 's,%%PREFIX%%,${PREFIX},g' + @${CAT} ${PKGMESSAGE} | ${SED} -e 's,%%PREFIX%%,${PREFIX},g' .include <bsd.port.mk> |