aboutsummaryrefslogtreecommitdiffstats
path: root/science/gramps/Makefile
diff options
context:
space:
mode:
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 2aad8b7ecc1..d1b9edcc4d0 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>