aboutsummaryrefslogtreecommitdiffstats
path: root/www/csso/Makefile
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2013-10-20 05:27:26 +0800
committernivit <nivit@FreeBSD.org>2013-10-20 05:27:26 +0800
commit6c227692a65a9facfd1e001863075a449c73cd2c (patch)
tree63f7ec851b8dca12c22ea189f1ed8dae7c92cd5c /www/csso/Makefile
parente1a8badc6c6462d923e2ba7ff641acb042630556 (diff)
downloadfreebsd-ports-gnome-6c227692a65a9facfd1e001863075a449c73cd2c.tar.gz
freebsd-ports-gnome-6c227692a65a9facfd1e001863075a449c73cd2c.tar.zst
freebsd-ports-gnome-6c227692a65a9facfd1e001863075a449c73cd2c.zip
- Fix link to csso binary
Diffstat (limited to 'www/csso/Makefile')
-rw-r--r--www/csso/Makefile2
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>