From ba7c34bd0a01ac88db56075102c7323c9ec3b0ee Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Fri, 7 Nov 2003 01:03:50 +0000 Subject: Fix the graphing plug-ins so that they can actually load. Reported by: Stefan Thurner --- math/gnumeric2/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'math/gnumeric2') 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: -- cgit v1.2.3