summaryrefslogtreecommitdiffstats
path: root/x11/gnome-panel/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-07 04:15:35 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-07 04:15:35 +0800
commitb4e25362e6a21daf89c90e8f20f080072f734f4a (patch)
tree23036692333d84323fa5f176988bdfa8f379b85f /x11/gnome-panel/Makefile
parent2605159f634fe849782d4595ea76b2636597a5d2 (diff)
downloadmarcuscom-ports-b4e25362e6a21daf89c90e8f20f080072f734f4a.tar
marcuscom-ports-b4e25362e6a21daf89c90e8f20f080072f734f4a.tar.gz
marcuscom-ports-b4e25362e6a21daf89c90e8f20f080072f734f4a.tar.bz2
marcuscom-ports-b4e25362e6a21daf89c90e8f20f080072f734f4a.tar.lz
marcuscom-ports-b4e25362e6a21daf89c90e8f20f080072f734f4a.tar.xz
marcuscom-ports-b4e25362e6a21daf89c90e8f20f080072f734f4a.tar.zst
marcuscom-ports-b4e25362e6a21daf89c90e8f20f080072f734f4a.zip
Update to 2.1.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@354 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-panel/Makefile')
-rw-r--r--x11/gnome-panel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile
index 8826242b0..18192d645 100644
--- a/x11/gnome-panel/Makefile
+++ b/x11/gnome-panel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnomepanel
-PORTVERSION= 2.1.5
+PORTVERSION= 2.1.90
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-panel/2.1
@@ -37,5 +37,7 @@ MAN1= gnome-panel.1 gnome-panel-preferences.1
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>