summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2003-03-01 02:01:47 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2003-03-01 02:01:47 +0000
commitc490f5a72fc456300001d12f810fed129c1c714e (patch)
tree934369f94298697bae88866f3e5cc58da3b222d6 /math
parent1a7ea84f6fe514e1a7ef89f9aebdb876c8cb8987 (diff)
downloadpkgsrc-c490f5a72fc456300001d12f810fed129c1c714e.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