diff options
author | wiz <wiz@pkgsrc.org> | 2001-11-28 16:52:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-11-28 16:52:20 +0000 |
commit | 1fbb375d8a1da867e836708a486ee23145e4bc1b (patch) | |
tree | 4afa2884937e296bbf4f93a00c60dd862a2aed74 /math | |
parent | ddf276511ba0969d0ea3e767cc29a8f803f16d52 (diff) | |
download | pkgsrc-1fbb375d8a1da867e836708a486ee23145e4bc1b.tar.gz |
Don't copy Xscilab and Metanet-color app-defaults to
X11BASE/lib/X11/app-defaults:
1) it's the wrong place if you're using xpkgwedge
2) scilab doesn't look there, but in PREFIX/scilab-2.6/X11_defaults
Diffstat (limited to 'math')
-rw-r--r-- | math/scilab/Makefile | 8 | ||||
-rw-r--r-- | math/scilab/PLIST | 4 |
2 files changed, 3 insertions, 9 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 6c7fb6b479b..1cc7b003732 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2001/11/28 04:21:46 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.27 2001/11/28 16:52:20 wiz Exp $ # DISTNAME= ${SCIBASE}.src @@ -51,11 +51,7 @@ pre-install: cd ${WRKSRC}/examples && ${MAKE_PROGRAM} distclean post-install: - ${INSTALL_DATA} ${PREFIX}/${SCIBASE}/X11_defaults/Xscilab \ - ${X11BASE}/lib/X11/app-defaults - ${INSTALL_DATA} ${PREFIX}/${SCIBASE}/X11_defaults/Metanet-color \ - ${X11BASE}/lib/X11/app-defaults - ${LN} -sf ${X11BASE}/bin/xless ${PREFIX}/${SCIBASE}/bin/xless + ${LN} -sf ${X11PREFIX}/bin/xless ${PREFIX}/${SCIBASE}/bin/xless # the "SCI=0 && unset SCI" is done because some of the tests really will # fail if SCI is set to anything. diff --git a/math/scilab/PLIST b/math/scilab/PLIST index 1c5dab7219b..91df1a9678c 100644 --- a/math/scilab/PLIST +++ b/math/scilab/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:34:12 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/11/28 16:52:20 wiz Exp $ bin/BEpsf bin/Blatdoc bin/Blatdocs @@ -23,8 +23,6 @@ bin/scilink bin/wgscilab.mnu bin/wscilab.mnu bin/xmetanet -lib/X11/app-defaults/Metanet-color -lib/X11/app-defaults/Xscilab ${SCIBASE}/.binary ${SCIBASE}/.pvmd.conf ${SCIBASE}/ACKNOWLEDGEMENTS |