summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2003-03-01 02:01:47 +0000
committerdmcmahill <dmcmahill>2003-03-01 02:01:47 +0000
commit6307a0855603041a795fec44e076803c3d89e714 (patch)
tree934369f94298697bae88866f3e5cc58da3b222d6 /math
parent0136f144d87c0ac41c4e45c65deb84187eed23d1 (diff)
downloadpkgsrc-6307a0855603041a795fec44e076803c3d89e714.tar.gz
delete some .orig files from the install which do not belong there
Diffstat (limited to 'math')
-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