aboutsummaryrefslogtreecommitdiff
path: root/www/gtkhtml3/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-08 06:28:48 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-08 06:28:48 +0000
commitfe05ebc749a3b148d4c66f7f9203ad347723bb23 (patch)
tree45593614faac5c928291de11588334bee762e662 /www/gtkhtml3/Makefile
parentf8f367632a48fe3da8d71f92659609d2a3224d2d (diff)
Notes
Diffstat (limited to 'www/gtkhtml3/Makefile')
-rw-r--r--www/gtkhtml3/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile
index b9afe8083bf4..ef658aaf111f 100644
--- a/www/gtkhtml3/Makefile
+++ b/www/gtkhtml3/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gtkhtml3
-PORTVERSION= 3.2.3
+PORTVERSION= 3.2.4
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/3.2
@@ -29,4 +29,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
PLIST_SUB= VERSION="3.1"
+post-patch:
+ @${REINPLACE_CMD} -e 's|@mkdir_p@|${MKDIR}|g' \
+ ${WRKSRC}/po/Makefile.in.in
+
.include <bsd.port.mk>