summaryrefslogtreecommitdiffstats
path: root/x11/yelp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/yelp/Makefile')
-rw-r--r--x11/yelp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile
index 0ec6662fa..dc7f8b503 100644
--- a/x11/yelp/Makefile
+++ b/x11/yelp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= yelp
-PORTVERSION= 2.1.3
+PORTVERSION= 2.1.4
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1
@@ -34,5 +34,7 @@ post-patch:
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|\@prefix\@/share|\@datadir\@|g' \
${WRKSRC}/stylesheets/docbook/catalog.in
+ @${REINPLACE_CMD} -e 's|[(]libdir[)]/locale|(prefix)/share/locale|g' \
+ ${WRKSRC}/po/Makefile.in.in
.include <bsd.port.mk>