summaryrefslogtreecommitdiffstats
path: root/x11/gnome-terminal/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-11 02:34:27 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-11 02:34:27 +0800
commit4975b1503463d1f7345108d939e23d6d4eec37a7 (patch)
treeff0f1d6eda2fe6439a8b9d55754c3b8f0eefed49 /x11/gnome-terminal/Makefile
parenta7b5d631ddb305197cbc396dc6ca7f3099c0d7ff (diff)
downloadmarcuscom-ports-4975b1503463d1f7345108d939e23d6d4eec37a7.tar
marcuscom-ports-4975b1503463d1f7345108d939e23d6d4eec37a7.tar.gz
marcuscom-ports-4975b1503463d1f7345108d939e23d6d4eec37a7.tar.bz2
marcuscom-ports-4975b1503463d1f7345108d939e23d6d4eec37a7.tar.lz
marcuscom-ports-4975b1503463d1f7345108d939e23d6d4eec37a7.tar.xz
marcuscom-ports-4975b1503463d1f7345108d939e23d6d4eec37a7.tar.zst
marcuscom-ports-4975b1503463d1f7345108d939e23d6d4eec37a7.zip
Update to 2.1.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@380 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-terminal/Makefile')
-rw-r--r--x11/gnome-terminal/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile
index 0f56203de..940f70721 100644
--- a/x11/gnome-terminal/Makefile
+++ b/x11/gnome-terminal/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnometerminal
-PORTVERSION= 2.1.3
+PORTVERSION= 2.1.4
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-terminal/2.1
@@ -33,5 +33,7 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|[(]libdir[)]/locale|(prefix)/share/locale|g' \
+ ${WRKSRC}/po/Makefile.in.in
.include <bsd.port.mk>