diff options
Diffstat (limited to 'www/csso')
-rw-r--r-- | www/csso/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/csso/Makefile b/www/csso/Makefile index 11c6ad1e45dc..0bf6ca4722f6 100644 --- a/www/csso/Makefile +++ b/www/csso/Makefile @@ -26,7 +26,7 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/bin ${INSTALL_DATA} ${WRKSRC}/USAGE ${STAGEDIR}${DATADIR}/USAGE ${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${DATADIR}/bin/${PORTNAME} - ${LN} -s ${STAGEDIR}${DATADIR}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${LN} -sf ${DATADIR}/bin/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/lib .include <bsd.port.mk> |