From fc6557d94edaaf28b798ca0f6083817d8abf0eb6 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 22 Aug 2005 18:05:38 +0000 Subject: 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 --- www/evolution-webcal/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'www') 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 # # $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 -- cgit ='/~lantw44/cgit/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Switch to options helpersamdmi32015-12-29