diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-07 09:03:50 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-07 09:03:50 +0800 |
commit | d516dad1642418783e67c31793cc2d3e956aa4c9 (patch) | |
tree | e98a510aa5416adaaeaa650680c73111dd643109 /math | |
parent | 89acf1ea365ee7b4cd128318c328e00f6a9eeae4 (diff) | |
download | freebsd-ports-gnome-d516dad1642418783e67c31793cc2d3e956aa4c9.tar.gz freebsd-ports-gnome-d516dad1642418783e67c31793cc2d3e956aa4c9.tar.zst freebsd-ports-gnome-d516dad1642418783e67c31793cc2d3e956aa4c9.zip |
Fix the graphing plug-ins so that they can actually load.
Reported by: Stefan Thurner <thurners@t-online.de>
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric2/Makefile | 3 |
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: |