diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-28 07:15:55 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-28 07:15:55 +0800 |
commit | d3f872f1d094133f72e13f09c2ffd2657f1edd7b (patch) | |
tree | 64d9a2cf40b2eb7419e54cb5cf77100bb6f288d0 /www/epiphany/Makefile | |
parent | 03ba54085b1d456168a7c890c9ba2fc74d36eed3 (diff) | |
download | marcuscom-ports-d3f872f1d094133f72e13f09c2ffd2657f1edd7b.tar marcuscom-ports-d3f872f1d094133f72e13f09c2ffd2657f1edd7b.tar.gz marcuscom-ports-d3f872f1d094133f72e13f09c2ffd2657f1edd7b.tar.bz2 marcuscom-ports-d3f872f1d094133f72e13f09c2ffd2657f1edd7b.tar.lz marcuscom-ports-d3f872f1d094133f72e13f09c2ffd2657f1edd7b.tar.xz marcuscom-ports-d3f872f1d094133f72e13f09c2ffd2657f1edd7b.tar.zst marcuscom-ports-d3f872f1d094133f72e13f09c2ffd2657f1edd7b.zip |
Add Linux plug-in support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5227 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany/Makefile')
-rw-r--r-- | www/epiphany/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index d27a65036..55916bde0 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.89 2005/11/24 03:00:50 ahze Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.90 2005/11/26 05:11:24 ahze Exp $ # PORTNAME= epiphany PORTVERSION= 1.9.2 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.9 @@ -55,7 +56,7 @@ post-patch: 's|-lpthread|${PTHREAD_LIBS}|g' @${REINPLACE_CMD} -e 's|execinfo.h|#|g' \ ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|/lib/mozilla/plugins|/lib/browser_plugins|' \ + @${REINPLACE_CMD} -e 's|/lib/mozilla/plugins"|/lib/browser_plugins" ":" MOZILLA_PREFIX "/lib/browser_linux_plugins"|' \ ${WRKSRC}/embed/mozilla/mozilla-embed-single.cpp post-install: |