diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-16 01:44:06 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-16 01:44:06 +0800 |
commit | cbd01074603d93428b639f6308518f721ee7656e (patch) | |
tree | ab4b1dc681b2b6bb05fa50cbef35d0cf5ef7a8e8 /www/mozilla-devel/Makefile | |
parent | 4ea9e5c898a25baeb982be9890b043b49098ecb7 (diff) | |
download | marcuscom-ports-cbd01074603d93428b639f6308518f721ee7656e.tar marcuscom-ports-cbd01074603d93428b639f6308518f721ee7656e.tar.gz marcuscom-ports-cbd01074603d93428b639f6308518f721ee7656e.tar.bz2 marcuscom-ports-cbd01074603d93428b639f6308518f721ee7656e.tar.lz marcuscom-ports-cbd01074603d93428b639f6308518f721ee7656e.tar.xz marcuscom-ports-cbd01074603d93428b639f6308518f721ee7656e.tar.zst marcuscom-ports-cbd01074603d93428b639f6308518f721ee7656e.zip |
- Fix *-config --idlflags so it points to right directory.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4499 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/mozilla-devel/Makefile')
-rw-r--r-- | www/mozilla-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index 27fc6f623..0aa873600 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/Makefile @@ -3,7 +3,7 @@ # Whom: eivind/dima/jseger # # $FreeBSD$ -# $MCom: ports/www/mozilla-devel/Makefile,v 1.3 2005/08/02 04:42:25 marcus Exp $ +# $MCom: ports/www/mozilla-devel/Makefile,v 1.4 2005/08/06 18:33:08 marcus Exp $ # PORTNAME?= mozilla @@ -214,6 +214,8 @@ USE_GNOME+= gnomehier .endif post-patch: + @${REINPLACE_CMD} -e 's/%{idldir}/%idldir%/g' \ + ${WRKSRC}/build/unix/mozilla-config.in @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/build/unix/run-mozilla.sh @${REINPLACE_CMD} -e 's|%%MOZILLA%%|${MOZILLA}|g' \ |