Chase Grace's move to $LOCALBASE.
This commit is contained in:
parent
e1042f5027
commit
285afd71eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190822
2 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= aster
|
||||
DISTVERSION= 9.0.0-2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= french cad python
|
||||
MASTER_SITES= http://www.code-aster.org/FICHIERS/
|
||||
DISTNAME= ${PORTNAME}-full-src-${DISTVERSION}.noarch
|
||||
|
@ -108,7 +108,7 @@ PLIST_SUB+= GMSH=""
|
|||
PLIST_SUB+= GMSH="@comment "
|
||||
.endif
|
||||
.if !defined(WITHOUT_GRACE)
|
||||
RUN_DEPENDS+= ${X11BASE}/bin/xmgrace:${PORTSDIR}/math/grace
|
||||
RUN_DEPENDS+= xmgrace:${PORTSDIR}/math/grace
|
||||
PLIST_SUB+= GRACE=""
|
||||
.else
|
||||
PLIST_SUB+= GRACE="@comment "
|
||||
|
@ -354,8 +354,8 @@ post-install:
|
|||
${LN} -fs ${LOCALBASE}/bin/gmsh ${tools_dir}/
|
||||
.endif
|
||||
.if !defined(WITHOUT_GRACE)
|
||||
${LN} -fs ${X11BASE}/bin/gracebat ${tools_dir}/
|
||||
${LN} -fs ${X11BASE}/bin/xmgrace ${tools_dir}/
|
||||
${LN} -fs ${LOCALBASE}/bin/gracebat ${tools_dir}/
|
||||
${LN} -fs ${LOCALBASE}/bin/xmgrace ${tools_dir}/
|
||||
.endif
|
||||
@${ECHO_MSG}
|
||||
@${SED} -e "s#%%tools_dir%%#${tools_dir}#" \
|
||||
|
|
|
@ -7320,9 +7320,9 @@
|
|||
@unexec rm -f %D/%%TOOLDIR%%/onmetis
|
||||
@exec ln -sf %%LOCALBASE%%/bin/pmetis %D/%%TOOLDIR%%/
|
||||
@unexec rm -f %D/%%TOOLDIR%%/pmetis
|
||||
%%GRACE%%@exec ln -sf %%X11BASE%%/bin/gracebat %D/%%TOOLDIR%%/
|
||||
%%GRACE%%@exec ln -sf %%LOCALBASE%%/bin/gracebat %D/%%TOOLDIR%%/
|
||||
%%GRACE%%@unexec rm -f %D/%%TOOLDIR%%/gracebat
|
||||
%%GRACE%%@exec ln -sf %%X11BASE%%/bin/xmgrace %D/%%TOOLDIR%%/
|
||||
%%GRACE%%@exec ln -sf %%LOCALBASE%%/bin/xmgrace %D/%%TOOLDIR%%/
|
||||
%%GRACE%%@unexec rm -f %D/%%TOOLDIR%%/xmgrace
|
||||
@unexec rm -rf %D/%%TOOLDIR%% 2>&1 >/dev/null || true
|
||||
@dirrm %%ASTERDIR%%/materiau
|
||||
|
|
Loading…
Reference in a new issue