summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2004-02-29 16:56:53 +0000
committernork <nork@FreeBSD.org>2004-02-29 16:56:53 +0000
commit7e7bf78835674abf234de621aa9b1f83a4e219b8 (patch)
tree059f0285cbfc54a7cb391285a5dbab2b18954c18 /www
parent2696ebfe9ca389c0825e97eccf78262780b473e1 (diff)
downloadFreeBSD-ports-7e7bf78835674abf234de621aa9b1f83a4e219b8.zip
FreeBSD-ports-7e7bf78835674abf234de621aa9b1f83a4e219b8.tar.gz
s/liblstdc++/libstdc++/. liblstdc++ is a library of linuxthreads.
Pointed out by: ume
Diffstat (limited to 'www')
-rw-r--r--www/linuxpluginwrapper/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile
index a6bdba5..5973023 100644
--- a/www/linuxpluginwrapper/Makefile
+++ b/www/linuxpluginwrapper/Makefile
@@ -7,7 +7,7 @@
PORTNAME= linuxpluginwrapper
PORTVERSION= 20040229
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www linux
MASTER_SITES= http://people.FreeBSD.org/~nork/distfiles/ \
${MASTER_SITE_LOCAL}
@@ -70,7 +70,8 @@ post-build:
-e 's,%%LTHREADSHMAJOR%%,${LTHREADSHMAJOR},' \
-e '/^%%LIBMAPCONF%%$$/r ${LIBMAPCONF}' \
-e '/^%%LIBMAPCONF%%$$/d' \
- < ${.CURDIR}/pkg-message > ${PKGMESSAGE}
+ < ${.CURDIR}/pkg-message | \
+ ${SED} -e 's/liblstdc\+\+\.so\.4/libstdc++.so.4/' > ${PKGMESSAGE}
pre-install:
@${MKDIR} ${X11BASE}/lib/browser_plugins
OpenPOWER on IntegriCloud