summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-07 01:03:50 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-07 01:03:50 +0000
commitba7c34bd0a01ac88db56075102c7323c9ec3b0ee (patch)
treeb51266befdb7908f18785742cf212a1505a114b1 /math
parentIgnore this port as it does not work with AbiWord-2.0. (diff)
Fix the graphing plug-ins so that they can actually load.
Reported by: Stefan Thurner <thurners@t-online.de>
Notes
Notes: svn path=/head/; revision=93272
Diffstat (limited to 'math')
-rw-r--r--math/gnumeric2/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile
index afeb5d6f0b72..cfd58705bef1 100644
--- a/math/gnumeric2/Makefile
+++ b/math/gnumeric2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnumeric2
PORTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.2
@@ -38,6 +39,8 @@ PLIST_SUB= VERSION=${PORTVERSION}-bonobo
post-patch:
@${FIND} ${WRKSRC}/plugins -name "plugin.xml.in" | ${XARGS} \
${REINPLACE_CMD} -e 's|\.la|.so|g'
+ @${FIND} ${WRKSRC}/src/cut-n-paste-code/goffice/graph/plugins -name \
+ "plugin.xml.in" | ${XARGS} ${REINPLACE_CMD} -e 's|\.la|.so|g'
@${RM} -f ${WRKSRC}/GNOME_Gnumeric.server.in
post-install: