diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-01 01:01:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-01 01:01:15 +0000 |
commit | 3fa7d9ddcfadb11bab29d2f9ffbb593f5eb26d5d (patch) | |
tree | 0a7c84202b0902d835e3ea1d4b020c4ad8b167e5 /math | |
parent | Update to 4.2.86. (diff) |
Make sure the Bonobo server file points to the correct component
location.
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index d62357a1c4d4..c3f03f8caede 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnumeric2 PORTVERSION= 1.1.17 +PORTREVISION= 1 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.1 @@ -38,6 +39,7 @@ post-patch: s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @${FIND} ${WRKSRC}/plugins -name "plugin.xml.in" | ${XARGS} \ ${REINPLACE_CMD} -e 's|\.la|.so|g' + @${RM} -f ${WRKSRC}/GNOME_Gnumeric.server.in post-install: .for dir in share/gnome lib |