summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgnomeprintui/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-25 15:04:11 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-25 15:04:11 +0800
commit4a9b8d1a59667ab428c08f3eb761ed1ec7d04229 (patch)
treeed8b2fe96840fbf5d18ae055f198f5ca4ec3bb42 /x11-toolkits/libgnomeprintui/Makefile
parent180755b6698ad2fd45adb261005a2ffe29d48870 (diff)
downloadmarcuscom-ports-4a9b8d1a59667ab428c08f3eb761ed1ec7d04229.tar
marcuscom-ports-4a9b8d1a59667ab428c08f3eb761ed1ec7d04229.tar.gz
marcuscom-ports-4a9b8d1a59667ab428c08f3eb761ed1ec7d04229.tar.bz2
marcuscom-ports-4a9b8d1a59667ab428c08f3eb761ed1ec7d04229.tar.lz
marcuscom-ports-4a9b8d1a59667ab428c08f3eb761ed1ec7d04229.tar.xz
marcuscom-ports-4a9b8d1a59667ab428c08f3eb761ed1ec7d04229.tar.zst
marcuscom-ports-4a9b8d1a59667ab428c08f3eb761ed1ec7d04229.zip
Update to 2.2.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@433 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libgnomeprintui/Makefile')
-rw-r--r--x11-toolkits/libgnomeprintui/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile
index 897c1d9bf..b36638d51 100644
--- a/x11-toolkits/libgnomeprintui/Makefile
+++ b/x11-toolkits/libgnomeprintui/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= libgnomeprintui
-PORTVERSION= 2.1.8
+PORTVERSION= 2.2.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
@@ -34,7 +34,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>