summaryrefslogtreecommitdiffstats
path: root/x11/gdm2/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-04 01:22:08 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-04 01:22:08 +0800
commit448ebb6adbcc754828041072f6137134fd77b01b (patch)
treed0183e1e3f442ed665c54bf165d87755f0a8150a /x11/gdm2/Makefile
parent80b70d884ab7674b0aa2ff687b4b87ef3dcf06fd (diff)
downloadmarcuscom-ports-448ebb6adbcc754828041072f6137134fd77b01b.tar
marcuscom-ports-448ebb6adbcc754828041072f6137134fd77b01b.tar.gz
marcuscom-ports-448ebb6adbcc754828041072f6137134fd77b01b.tar.bz2
marcuscom-ports-448ebb6adbcc754828041072f6137134fd77b01b.tar.lz
marcuscom-ports-448ebb6adbcc754828041072f6137134fd77b01b.tar.xz
marcuscom-ports-448ebb6adbcc754828041072f6137134fd77b01b.tar.zst
marcuscom-ports-448ebb6adbcc754828041072f6137134fd77b01b.zip
Update to 2.4.1.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@346 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm2/Makefile')
-rw-r--r--x11/gdm2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gdm2/Makefile b/x11/gdm2/Makefile
index e349dd60a..f96209aad 100644
--- a/x11/gdm2/Makefile
+++ b/x11/gdm2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gdm2
-PORTVERSION= 2.4.0.12
-PORTREVISION= 2
+PORTVERSION= 2.4.1.0
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.4
@@ -56,6 +55,8 @@ post-extract:
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
post-install:
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)