diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-30 05:08:16 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-30 05:08:16 +0000 |
commit | bee749709e5e51f53aa22ae58385320bcb709119 (patch) | |
tree | d99d76d80a4f237fb714177a3b3a1339474b2825 /x11 | |
parent | 51fbecbb6833cdd4ec908b3af0492c5dbd8c8bad (diff) | |
download | ports-bee749709e5e51f53aa22ae58385320bcb709119.tar.gz ports-bee749709e5e51f53aa22ae58385320bcb709119.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm2/Makefile | 7 | ||||
-rw-r--r-- | x11/gdm2/distinfo | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/x11/gdm2/Makefile b/x11/gdm2/Makefile index fa38f8b95c16..48b7646ce3e7 100644 --- a/x11/gdm2/Makefile +++ b/x11/gdm2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gdm2 -PORTVERSION= 2.4.4.5 +PORTVERSION= 2.4.4.6 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.4 @@ -40,6 +40,11 @@ post-extract: @${SED} -e "s,%%PREFIX%%,${PREFIX},g" \ ${FILESDIR}/gdm.sh.sample > ${WRKSRC}/gdm.sh.sample +post-patch: + ${FIND} ${WRKSRC} -name "intltool-merge.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \ + s|^push @INC, "/.*|push @INC, "${LOCALBASE}/share/intltool";|' + post-install: .if !defined(PACKAGE_BUILDING) @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL diff --git a/x11/gdm2/distinfo b/x11/gdm2/distinfo index ec8ad24556a7..3cfc0eb2a0a5 100644 --- a/x11/gdm2/distinfo +++ b/x11/gdm2/distinfo @@ -1 +1 @@ -MD5 (gnome2/gdm-2.4.4.5.tar.bz2) = eae456b3a59154e55d69263aad5e8a54 +MD5 (gnome2/gdm-2.4.4.6.tar.bz2) = bd43537986ccf0e1e9830a5bd78a77ad |