aboutsummaryrefslogtreecommitdiffstats
path: root/devel/nspr/Makefile
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2005-08-28 15:57:55 +0800
committermezz <mezz@FreeBSD.org>2005-08-28 15:57:55 +0800
commit8884a894a6a4c4e1b0f84d89f8a3ceecd452c968 (patch)
treeb75000d21efb68ff7192ef020fa02a474afc8cdb /devel/nspr/Makefile
parent148aa56caad7335c8795e107c013dab03d261700 (diff)
downloadfreebsd-ports-gnome-8884a894a6a4c4e1b0f84d89f8a3ceecd452c968.tar.gz
freebsd-ports-gnome-8884a894a6a4c4e1b0f84d89f8a3ceecd452c968.tar.zst
freebsd-ports-gnome-8884a894a6a4c4e1b0f84d89f8a3ceecd452c968.zip
Add install a missing nsprc.pc, we will need it when we use mi's firefox
patch and thunderbird changes. Took half patches from: https://bugzilla.mozilla.org/show_bug.cgi?id=290726 Bump the PORTREVISION. Reviewed by: marcus
Diffstat (limited to 'devel/nspr/Makefile')
-rw-r--r--devel/nspr/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile
index 5ecac8f89f7f..2cc75ac3130d 100644
--- a/devel/nspr/Makefile
+++ b/devel/nspr/Makefile
@@ -7,6 +7,7 @@
PORTNAME= nspr
PORTVERSION= 4.6
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= nspr/releases/v${PORTVERSION}/src
@@ -35,6 +36,8 @@ do-install:
${TAR} -C ${WRKSRC}/dist/lib --dereference -cf - . | \
${TAR} -C ${PREFIX}/lib -xf -
${INSTALL_SCRIPT} ${WRKSRC}/config/nspr-config ${PREFIX}/bin
+ ${MKDIR} ${PREFIX}/libdata/pkgconfig
+ ${INSTALL_DATA} ${WRKSRC}/config/nspr.pc ${PREFIX}/libdata/pkgconfig
.for lib in ${LIBS}
${LN} -sf ${lib} ${PREFIX}/lib/${lib:R}
.endfor