summaryrefslogtreecommitdiff
path: root/math/octave
diff options
context:
space:
mode:
authorjtb <jtb>2001-05-16 21:46:08 +0000
committerjtb <jtb>2001-05-16 21:46:08 +0000
commitdbc205bb7f9391f98f6ec61156505c16c8d63003 (patch)
tree9f6f3944bc3fc2ab6b9997b3ab085380cf28bc4e /math/octave
parent618d290fa9095e0a9abe9afb3c220c4d4aff2ab4 (diff)
downloadpkgsrc-dbc205bb7f9391f98f6ec61156505c16c8d63003.tar.gz
Delete the prebuilt info files after extraction so that they get
regenerated and work properly with the info program in NetBSD. Fixes PR pkg/12962 by Jim Bernard <jbernard@mines.edu>.
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index ddd7ed33b46..7e7a35e3208 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2001/04/19 03:03:24 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.25 2001/05/16 21:46:08 jtb Exp $
# FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp
DISTNAME= octave-2.0.16
@@ -30,6 +30,9 @@ LDFLAGS+= -Wl,-R${PREFIX}/lib -L${PREFIX}/lib
INFO_FILES= liboctave.info octave.info
LIBOCTAVE_INFO= liboctave.info liboctave.info-1 liboctave.info-2 liboctave.info-3
+post-extract:
+ ${FIND} ${WRKSRC}/doc -type f -name \*.info\* | xargs ${RM} -f
+
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/octave/2.0.16/doc
.for file in ${LIBOCTAVE_INFO}