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/seamonkey | |
parent | 4ea9e5c898a25baeb982be9890b043b49098ecb7 (diff) | |
download | marcuscom-ports-cbd01074603d93428b639f6308518f721ee7656e.tar.gz 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/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index cdf4e14ee..d1ce048cd 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -3,7 +3,7 @@ # Whom: eivind/dima/jseger # # $FreeBSD$ -# $MCom: ports/www/mozilla/Makefile,v 1.15 2005/07/22 00:00:13 marcus Exp $ +# $MCom: ports/www/mozilla/Makefile,v 1.16 2005/07/26 04:14:23 marcus Exp $ # PORTNAME= mozilla @@ -216,6 +216,8 @@ CONFIGURE_ARGS+= --enable-optimize=-O2 .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' \ |