aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2023-07-20 16:12:57 +0000
committerThierry Thomas <thierry@FreeBSD.org>2023-07-20 16:14:07 +0000
commit88e8167b93ef61e196a856c3ef2772827a72ab5d (patch)
treebf048cf0e21aa8543a4a74f1bd41ff1b8cbb6d65
parent63cf4694e3164011515586e8ff7d0c9ac675999c (diff)
downloadports-88e8167b93ef61e196a856c3ef2772827a72ab5d.tar.gz
ports-88e8167b93ef61e196a856c3ef2772827a72ab5d.zip
cad/opencascade: fix a bad symlink.
Reported by: yuri
-rw-r--r--cad/opencascade/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile
index 447a9426c000..3efc884cb2be 100644
--- a/cad/opencascade/Makefile
+++ b/cad/opencascade/Makefile
@@ -1,6 +1,6 @@
PORTNAME= opencascade
DISTVERSION= 7.7.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= cad science
MASTER_SITES= LOCAL/thierry
@@ -166,8 +166,7 @@ post-build-DOXYGEN-on:
post-install:
${MV} ${STAGEDIR}${OCCROOT}/bin/DRAWEXE-${DISTVERSION:C/-beta//} ${STAGEDIR}${PREFIX}/bin/DRAWEXE
- (cd ${STAGEDIR}${PREFIX}/bin && \
- ${LN} -sf DRAWEXE ${STAGEDIR}${OCCROOT}/bin/DRAWEXE)
+ ${RLN} ${STAGEDIR}${PREFIX}/bin/DRAWEXE ${STAGEDIR}${OCCROOT}/bin
post-install-DOXYGEN-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}