diff options
Diffstat (limited to 'net-p2p/frost/Makefile')
-rw-r--r-- | net-p2p/frost/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/frost/Makefile b/net-p2p/frost/Makefile index ba9dd916bce7..45871c6c0322 100644 --- a/net-p2p/frost/Makefile +++ b/net-p2p/frost/Makefile @@ -91,6 +91,6 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/${file} ${DATADIR} .endfor # wrapper - @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/${PORTNAME:L} + @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/${PORTNAME:tl} .include <bsd.port.mk> |