aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gnochm/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-02-14 23:16:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-02-14 23:16:17 +0000
commitd9e773ce4202936472889fb214be3ce3a251e034 (patch)
tree97aa0b49c580415fc6c6fd5cfeeef5f1293b44cd /deskutils/gnochm/Makefile
parentdb58d0eb8adee1620cb121cb6c5e103bd95bd67e (diff)
downloadports-d9e773ce4202936472889fb214be3ce3a251e034.tar.gz
ports-d9e773ce4202936472889fb214be3ce3a251e034.zip
- Update to 0.9.4
PR: ports/77476 Submitted by: Radek Kozlowski <radek@raadradd.com> (maintainer)
Notes
Notes: svn path=/head/; revision=128871
Diffstat (limited to 'deskutils/gnochm/Makefile')
-rw-r--r--deskutils/gnochm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/gnochm/Makefile b/deskutils/gnochm/Makefile
index ff92bbeff308..958e71644486 100644
--- a/deskutils/gnochm/Makefile
+++ b/deskutils/gnochm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnochm
-PORTVERSION= 0.9.3
+PORTVERSION= 0.9.4
CATEGORIES= deskutils python gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -30,9 +30,11 @@ GCONF_SCHEMAS= gnochm.schemas
INSTALLS_OMF= yes
MAN1= gnochm.1
+MANLANG= "" it
MANCOMPRESSED= no
post-patch:
@${REINPLACE_CMD} -e 's|@APPDATADIR@|@APPDATADIR@/gnome|' ${WRKSRC}/gnochm.py.in
+ @${REINPLACE_CMD} -e 's|$(prefix)/share/man|$(prefix)/man|' ${WRKSRC}/data/Makefile.in
.include <bsd.port.mk>