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