summaryrefslogtreecommitdiffstats
path: root/www
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
parentde7e8326a23905522c7aac7d74373ddea64a541a (diff)
downloadmarcuscom-ports-995f716f7d716f5c277fa41142091a21cc4ae595.tar
marcuscom-ports-995f716f7d716f5c277fa41142091a21cc4ae595.tar.gz
marcuscom-ports-995f716f7d716f5c277fa41142091a21cc4ae595.tar.bz2
marcuscom-ports-995f716f7d716f5c277fa41142091a21cc4ae595.tar.lz
marcuscom-ports-995f716f7d716f5c277fa41142091a21cc4ae595.tar.xz
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')
-rw-r--r--www/mozilla/Makefile4
-rw-r--r--www/mozilla/Makefile.common3
2 files changed, 4 insertions, 3 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index b0a4c47be..a2f4f30b2 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -3,12 +3,12 @@
# Whom: eivind/dima/jseger
#
# $FreeBSD$
-# $MCom: ports/www/mozilla/Makefile,v 1.29 2005/11/23 04:54:58 ahze Exp $
+# $MCom: ports/www/mozilla/Makefile,v 1.30 2005/11/23 07:51:52 marcus Exp $
#
PORTNAME= mozilla
PORTVERSION= 1.7.12
-PORTREVISION?= 2
+PORTREVISION?= 3
PORTEPOCH= 2
CATEGORIES?= www
MASTER_SITES= ${MASTER_SITE_MOZILLA} \
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}