summaryrefslogtreecommitdiffstats
path: root/www/mozilla/Makefile.common
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-24 09:43:42 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-24 09:43:42 +0800
commit995f716f7d716f5c277fa41142091a21cc4ae595 (patch)
treeedd25e8410a6fdf93aebbea3218a03b532ec17d7 /www/mozilla/Makefile.common
parentde7e8326a23905522c7aac7d74373ddea64a541a (diff)
downloadmarcuscom-ports-995f716f7d716f5c277fa41142091a21cc4ae595.tar.gz
marcuscom-ports-995f716f7d716f5c277fa41142091a21cc4ae595.tar.zst
marcuscom-ports-995f716f7d716f5c277fa41142091a21cc4ae595.zip
- Fix nspr in pkgconfig of old mozilla's so it tries to use port nspr
and not mozilla-nspr. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5201 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/mozilla/Makefile.common')
-rw-r--r--www/mozilla/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common
index 9cf2f0db0..433bcc89f 100644
--- a/www/mozilla/Makefile.common
+++ b/www/mozilla/Makefile.common
@@ -4,7 +4,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/mozilla/Makefile.common,v 1.12 2005/11/23 02:09:31 ahze Exp $
+# $MCom: ports/www/mozilla/Makefile.common,v 1.13 2005/11/23 04:54:58 ahze Exp $
# Ports can use the following:
#
@@ -308,6 +308,7 @@ gecko-create-plist:
.for pcfile in ${PKGCONFIG_FILES}
${ECHO_CMD} "libdata/pkgconfig/${pcfile}.pc" >> ${PLIST}
@${REINPLACE_CMD} -e 's|${FAKEDIR}|${PREFIX}|g' \
+ -e 's|${MOZILLA}-nspr = ${PORTVERSION}|nspr|' \
${FAKEDIR}/libdata/pkgconfig/${pcfile}.pc
.endfor
${ECHO_CMD} "@exec ${LOCALBASE}/bin/update-desktop-database > /dev/null || ${TRUE}" >> ${PLIST}