aboutsummaryrefslogtreecommitdiffstats
path: root/science/gramps/Makefile
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2005-09-10 02:24:29 +0800
committerjylefort <jylefort@FreeBSD.org>2005-09-10 02:24:29 +0800
commit1305d18e31b5382aef84ffd70dd42b2fef457ac7 (patch)
tree892ec086368f776a0af729f5e09e8ab4c581aa84 /science/gramps/Makefile
parente80d63e2f13827c6faddfcf0e0d067e2b4cebf92 (diff)
downloadfreebsd-ports-gnome-1305d18e31b5382aef84ffd70dd42b2fef457ac7.tar.gz
freebsd-ports-gnome-1305d18e31b5382aef84ffd70dd42b2fef457ac7.tar.zst
freebsd-ports-gnome-1305d18e31b5382aef84ffd70dd42b2fef457ac7.zip
Update to 2.0.8
PR: ports/85897 Submitted by: maintainer
Diffstat (limited to 'science/gramps/Makefile')
-rw-r--r--science/gramps/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/science/gramps/Makefile b/science/gramps/Makefile
index 2aad8b7ecc14..d1b9edcc4d0b 100644
--- a/science/gramps/Makefile
+++ b/science/gramps/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gramps
-PORTVERSION= 2.0.5
+PORTVERSION= 2.0.8
CATEGORIES= science gnome python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gramps
@@ -29,8 +29,10 @@ MAN1= gramps.1
GCONF_SCHEMAS= gramps.schemas
post-patch:
+.for l in C fr
@${REINPLACE_CMD} -e 's|/@PACKAGE@/gnome||' \
- ${WRKSRC}/doc/gramps-manual/C/Makefile.in
+ ${WRKSRC}/doc/gramps-manual/${l}/Makefile.in
+.endfor
@${REINPLACE_CMD} -e 's|share/gramps|share/gnome|' \
${WRKSRC}/src/gramps_main.py
@${REINPLACE_CMD} -e 's|share/gramps|share/gnome/gramps|' \
@@ -48,7 +50,4 @@ post-patch:
's|/usr/share/gramps|${PREFIX}/share/gnome/gramps|' \
${WRKSRC}/src/data/gramps.keys
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>