diff options
author | marcus <marcus@FreeBSD.org> | 2006-06-04 01:44:52 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-06-04 01:44:52 +0800 |
commit | 3d68ae1c0902649ae622b29faa204611d0b62aca (patch) | |
tree | 28dd0c1a2238f4458e7173ac6e4f3c7620f0bf3e | |
parent | 88f74f3b3bc34f621d5e9daec00ecc94ca6b5b51 (diff) | |
download | freebsd-ports-gnome-3d68ae1c0902649ae622b29faa204611d0b62aca.tar.gz freebsd-ports-gnome-3d68ae1c0902649ae622b29faa204611d0b62aca.tar.zst freebsd-ports-gnome-3d68ae1c0902649ae622b29faa204611d0b62aca.zip |
Fix internal path to the online help.
PR: 98438
Submitted by: lawrance
-rw-r--r-- | math/gnumeric/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index ac14ece4de2c..f4434102f82d 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnumeric PORTVERSION= 1.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -64,6 +64,7 @@ PLIST_SUB+= GNOMEDB="@comment " post-patch: @${RM} -f ${WRKSRC}/GNOME_Gnumeric.server.in + @${REINPLACE_CMD} 's|gnm_sys_data_dir (), "doc"|"${PREFIX}/share/gnome/help/gnumeric/"|' ${WRKSRC}/src/wbcg-actions.c post-install: @-update-desktop-database |