summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgnomeui/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-26 08:43:18 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-26 08:43:18 +0800
commit01f93409c4d9ded179d6664ae20d8863165ad5cc (patch)
tree157ceb77023cfb33ef2775dedd549eb10d573c79 /x11-toolkits/libgnomeui/Makefile
parent09c3db08171633260736574856b846fa94306178 (diff)
downloadmarcuscom-ports-01f93409c4d9ded179d6664ae20d8863165ad5cc.tar
marcuscom-ports-01f93409c4d9ded179d6664ae20d8863165ad5cc.tar.gz
marcuscom-ports-01f93409c4d9ded179d6664ae20d8863165ad5cc.tar.bz2
marcuscom-ports-01f93409c4d9ded179d6664ae20d8863165ad5cc.tar.lz
marcuscom-ports-01f93409c4d9ded179d6664ae20d8863165ad5cc.tar.xz
marcuscom-ports-01f93409c4d9ded179d6664ae20d8863165ad5cc.tar.zst
marcuscom-ports-01f93409c4d9ded179d6664ae20d8863165ad5cc.zip
Update to 2.2.0.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@455 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libgnomeui/Makefile')
-rw-r--r--x11-toolkits/libgnomeui/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile
index 5cee81a47..a52d6e71b 100644
--- a/x11-toolkits/libgnomeui/Makefile
+++ b/x11-toolkits/libgnomeui/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= libgnomeui
-PORTVERSION= 2.1.90
+PORTVERSION= 2.2.0.1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
@@ -35,7 +35,5 @@ 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>