diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-30 13:08:16 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-30 13:08:16 +0800 |
commit | 9df3a6fa3dbb2cbf22f2a56fd3fb6ece8c47aa7f (patch) | |
tree | 867f96499000007960c329fc803e870a7dcd676e /x11 | |
parent | 4667c713489eaa2074493586890f52463188f60f (diff) | |
download | freebsd-ports-gnome-9df3a6fa3dbb2cbf22f2a56fd3fb6ece8c47aa7f.tar.gz freebsd-ports-gnome-9df3a6fa3dbb2cbf22f2a56fd3fb6ece8c47aa7f.tar.zst freebsd-ports-gnome-9df3a6fa3dbb2cbf22f2a56fd3fb6ece8c47aa7f.zip |
Update to 2.4.4.6.
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 |