summaryrefslogtreecommitdiffstats
path: root/www/evolution-webcal
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-23 02:05:38 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-08-23 02:05:38 +0800
commitfc6557d94edaaf28b798ca0f6083817d8abf0eb6 (patch)
treeb5183cad831577e4fd3b00ca357624006010bee5 /www/evolution-webcal
parentcebdaeb8eabc0baaa17189b0d8435d334db504d1 (diff)
downloadmarcuscom-ports-fc6557d94edaaf28b798ca0f6083817d8abf0eb6.tar
marcuscom-ports-fc6557d94edaaf28b798ca0f6083817d8abf0eb6.tar.gz
marcuscom-ports-fc6557d94edaaf28b798ca0f6083817d8abf0eb6.tar.bz2
marcuscom-ports-fc6557d94edaaf28b798ca0f6083817d8abf0eb6.tar.lz
marcuscom-ports-fc6557d94edaaf28b798ca0f6083817d8abf0eb6.tar.xz
marcuscom-ports-fc6557d94edaaf28b798ca0f6083817d8abf0eb6.tar.zst
marcuscom-ports-fc6557d94edaaf28b798ca0f6083817d8abf0eb6.zip
Hack mkdir_p to fix the installation.
Reported by: kwm git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4577 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/evolution-webcal')
-rw-r--r--www/evolution-webcal/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/evolution-webcal/Makefile b/www/evolution-webcal/Makefile
index 7a6529868..dfa89f2e1 100644
--- a/www/evolution-webcal/Makefile
+++ b/www/evolution-webcal/Makefile
@@ -3,7 +3,7 @@
# Whom: Koop Mast <kwm@rainbow-runner.nl>
#
# $FreeBSD$
-# $MCom: ports/www/evolution-webcal/Makefile,v 1.25 2005/08/13 18:31:38 marcus Exp $
+# $MCom: ports/www/evolution-webcal/Makefile,v 1.26 2005/08/22 03:26:27 marcus Exp $
#
PORTNAME= webcal
@@ -22,10 +22,15 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL= yes
USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver libgnomeui
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
GCONF_SCHEMAS= evolution-webcal.schemas
+post-patch:
+ @${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \
+ ${WRKSRC}/po/Makefile.in.in
+
.include <bsd.port.mk>