diff options
-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 |