diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-26 04:53:34 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-26 04:53:34 +0800 |
commit | 26f7c47eaf7300fa82c9fdad5880bf8ecbd3d3a8 (patch) | |
tree | 7ab4c37bcf16f1556c8cacd5fce9dfc263a119c7 /x11/gnome-session/Makefile | |
parent | 39fdf825b9392c04ab7758816aa8233ffdb613e8 (diff) | |
download | marcuscom-ports-26f7c47eaf7300fa82c9fdad5880bf8ecbd3d3a8.tar marcuscom-ports-26f7c47eaf7300fa82c9fdad5880bf8ecbd3d3a8.tar.gz marcuscom-ports-26f7c47eaf7300fa82c9fdad5880bf8ecbd3d3a8.tar.bz2 marcuscom-ports-26f7c47eaf7300fa82c9fdad5880bf8ecbd3d3a8.tar.lz marcuscom-ports-26f7c47eaf7300fa82c9fdad5880bf8ecbd3d3a8.tar.xz marcuscom-ports-26f7c47eaf7300fa82c9fdad5880bf8ecbd3d3a8.tar.zst marcuscom-ports-26f7c47eaf7300fa82c9fdad5880bf8ecbd3d3a8.zip |
Update to 2.2.0.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@440 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-session/Makefile')
-rw-r--r-- | x11/gnome-session/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index 15aa1a96d..837a3586e 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gnomesession -PORTVERSION= 2.1.90 +PORTVERSION= 2.2.0.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-session/2.1 +MASTER_SITE_SUBDIR= sources/gnome-session/2.2 DISTNAME= gnome-session-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -35,7 +35,5 @@ MAN5= default.session.5 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> |