summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/scilab/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 63a246da85d..5cd40861335 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2003/02/24 03:35:29 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.35 2003/03/01 02:01:47 dmcmahill Exp $
#
DISTNAME= ${SCIBASE}.src
@@ -57,6 +57,11 @@ pre-fetch:
${ECHO} "Without fixing this problem ${PKGNAME} will not work." ; ${FALSE} ; fi
.endif
+# delete some .orig files that got created by patching
+post-install:
+ ${RM} -f ${PREFIX}/lib/${PKGNAME}/config/Makeso.incl.in.orig
+ ${RM} -f ${PREFIX}/lib/${PKGNAME}/macros/util/scipad.sci.orig
+
.if ${MACHINE_ARCH} == "arm32"
.include "../../lang/gcc/buildlink2.mk"
.endif