summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2003-12-30 23:18:21 +0000
committeragc <agc>2003-12-30 23:18:21 +0000
commita061a7f13e73b99c88069c257c78ddb6c42c0b13 (patch)
treed84dc29208f781eb80cdf1d8fb7df0d669dca25b
parent56b12b95d6191048fe60a8c3dba02373d424812c (diff)
downloadpkgsrc-a061a7f13e73b99c88069c257c78ddb6c42c0b13.tar.gz
Pull up functionality fix to the pkgsrc-2003Q4 branch, requested by Dan
McMahill. Module Name: pkgsrc Committed By: dmcmahill Date: Fri Dec 19 04:37:23 UTC 2003 Modified Files: pkgsrc/math/scilab: Makefile Log Message: Make sure that the link to libtool in the scilab installation directory points to the installed libtool instead of to the buildlink2 directory. Should fix PR23759.
-rw-r--r--math/scilab/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index f789f595c06..b02135db0ff 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.43 2003/09/17 19:40:48 grant Exp $
+# $NetBSD: Makefile,v 1.43.2.1 2003/12/30 23:18:21 agc Exp $
#
DISTNAME= ${SCIBASE}.src
PKGNAME= ${SCIBASE}
-PKGREVISION= 2
+PKGREVISION= 3
WRKSRC= ${WRKDIR}/${SCIBASE}
CATEGORIES= math
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/distributions/
@@ -71,9 +71,12 @@ post-extract:
.endfor
# delete some .orig files that got created by patching
+# also fix the libtool link
post-install:
${RM} -f ${PREFIX}/lib/${SCIBASE}/config/Makeso.incl.in.orig
${RM} -f ${PREFIX}/lib/${SCIBASE}/macros/util/scipad.sci.orig
+ ${RM} -f ${PREFIX}/lib/${SCIBASE}/libtool
+ ${LN} -s ${LIBTOOL} ${PREFIX}/lib/${SCIBASE}/libtool
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
USE_PKGSRC_GCC= # defined