diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-19 05:27:26 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-19 05:27:26 +0000 |
commit | ed0c62a4517c125d99d525cf9c4b4e3a358bb6da (patch) | |
tree | 75e7f144a62ec4abaa37a82ce6ff437e755268d5 /www | |
parent | 77a23a8b653161627819d5658bcea53b2ec777ee (diff) | |
download | FreeBSD-ports-ed0c62a4517c125d99d525cf9c4b4e3a358bb6da.zip FreeBSD-ports-ed0c62a4517c125d99d525cf9c4b4e3a358bb6da.tar.gz |
Update to 1.3.11a which fixes a font configuration issue.
Diffstat (limited to 'www')
-rw-r--r-- | www/galeon2/Makefile | 7 | ||||
-rw-r--r-- | www/galeon2/distinfo | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 20ba38d..894e3e4 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -6,12 +6,12 @@ # PORTNAME= galeon2 -PORTVERSION= 1.3.11 +PORTVERSION= 1.3.11.a CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://osdn.dl.sourceforge.net/sourceforge/galeon/ MASTER_SITE_SUBDIR= ${PORTNAME:S/2$//} -DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} +DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION:S/.a$/a/} MAINTAINER= gnome@freebsd.org COMMENT= A GNOME 2 Web browser based on gecko (the Mozilla rendering engine) @@ -87,6 +87,9 @@ post-patch: 's|malloc\.h|stdlib.h|g' @${REINPLACE_CMD} -e 's|@prefix@/@DATADIRNAME@|@datadir@|g' \ ${WRKSRC}/ui/galeon-bookmarks-editor-ui.xml.in + @${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-configure: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g ; \ diff --git a/www/galeon2/distinfo b/www/galeon2/distinfo index db3cbda..61cd5d0 100644 --- a/www/galeon2/distinfo +++ b/www/galeon2/distinfo @@ -1 +1 @@ -MD5 (galeon-1.3.11.tar.bz2) = 3992745759ef886270905d481742faa3 +MD5 (galeon-1.3.11a.tar.bz2) = 970ec350142d2e2d2c9b94bce7cf7ab7 |