diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-03 08:35:07 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-03 08:35:07 +0800 |
commit | 3c5393d6a59b81aade70e3820dd3b67c1ad5da46 (patch) | |
tree | 3728241ddea3e76041da417034d8b8ec429d2fb9 /www/mozilla | |
parent | fcab12a1ffbcb92d521a1acd8aad03daa60e0f55 (diff) | |
download | marcuscom-ports-3c5393d6a59b81aade70e3820dd3b67c1ad5da46.tar marcuscom-ports-3c5393d6a59b81aade70e3820dd3b67c1ad5da46.tar.gz marcuscom-ports-3c5393d6a59b81aade70e3820dd3b67c1ad5da46.tar.bz2 marcuscom-ports-3c5393d6a59b81aade70e3820dd3b67c1ad5da46.tar.lz marcuscom-ports-3c5393d6a59b81aade70e3820dd3b67c1ad5da46.tar.xz marcuscom-ports-3c5393d6a59b81aade70e3820dd3b67c1ad5da46.tar.zst marcuscom-ports-3c5393d6a59b81aade70e3820dd3b67c1ad5da46.zip |
- Only run the sed gecko hack (gecko1<->gecko2) on files
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6944 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/bsd.gecko.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla/bsd.gecko.mk b/www/mozilla/bsd.gecko.mk index fb7aedba2..47e2b3c0a 100644 --- a/www/mozilla/bsd.gecko.mk +++ b/www/mozilla/bsd.gecko.mk @@ -2,7 +2,7 @@ # ex:ts=4 # # $FreeBSD$ -# $MCom: ports/www/mozilla/bsd.gecko.mk,v 1.17 2006/03/10 12:42:50 ahze Exp $ +# $MCom: ports/www/mozilla/bsd.gecko.mk,v 1.19 2006/07/18 15:03:40 ahze Exp $ # # 4 column tabs prevent hair loss and tooth decay! @@ -165,7 +165,7 @@ post-patch: gecko-post-patch gecko-post-patch: .if defined(${GECKO}_HACK) - ${FIND} ${WRKSRC} -name "Makefile.in" -o -name "configure" | \ + ${FIND} ${WRKSRC} -name "Makefile.in" -type f -o -name "configure" -type f | \ ${XARGS} ${REINPLACE_CMD} -e ${${GECKO}_HACK} .endif |