diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 01:03:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-07 01:03:50 +0000 |
commit | ba7c34bd0a01ac88db56075102c7323c9ec3b0ee (patch) | |
tree | b51266befdb7908f18785742cf212a1505a114b1 /math | |
parent | 80699b566afab4f94e26d3e47d0d6b4114a46012 (diff) |
Notes
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: |