summaryrefslogtreecommitdiffstats
path: root/x11/yelp/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-08 06:31:08 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-08 06:31:08 +0800
commit06aab6ca5d67741e79fb9a305e1c1b71549c7649 (patch)
tree03f39aed54975c205b1935a754eba5b7d722a5ca /x11/yelp/Makefile
parent4a3dcb401890d0da845b326501ecef85b53978fd (diff)
downloadmarcuscom-ports-06aab6ca5d67741e79fb9a305e1c1b71549c7649.tar
marcuscom-ports-06aab6ca5d67741e79fb9a305e1c1b71549c7649.tar.gz
marcuscom-ports-06aab6ca5d67741e79fb9a305e1c1b71549c7649.tar.bz2
marcuscom-ports-06aab6ca5d67741e79fb9a305e1c1b71549c7649.tar.lz
marcuscom-ports-06aab6ca5d67741e79fb9a305e1c1b71549c7649.tar.xz
marcuscom-ports-06aab6ca5d67741e79fb9a305e1c1b71549c7649.tar.zst
marcuscom-ports-06aab6ca5d67741e79fb9a305e1c1b71549c7649.zip
Update to 2.1.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@368 df743ca5-7f9a-e211-a948-0013205c9059
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>