summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-04-02 03:15:32 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2008-04-02 03:15:32 +0800
commitfafca1409352493bcdb9bf049b6da65aed0bea7e (patch)
tree8048ee8f2eb5c49c5477883b73053d092f6d5b17
parent45e13d4b5f9bd80e6454404124d30351340ea378 (diff)
downloadmarcuscom-ports-fafca1409352493bcdb9bf049b6da65aed0bea7e.tar
marcuscom-ports-fafca1409352493bcdb9bf049b6da65aed0bea7e.tar.gz
marcuscom-ports-fafca1409352493bcdb9bf049b6da65aed0bea7e.tar.bz2
marcuscom-ports-fafca1409352493bcdb9bf049b6da65aed0bea7e.tar.lz
marcuscom-ports-fafca1409352493bcdb9bf049b6da65aed0bea7e.tar.xz
marcuscom-ports-fafca1409352493bcdb9bf049b6da65aed0bea7e.tar.zst
marcuscom-ports-fafca1409352493bcdb9bf049b6da65aed0bea7e.zip
Back out of the last commit because of a bug in make. For some reason ${LOCALBASE} is processed in the first var but not the 2nd.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10850 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--www/webkit-gtk2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile
index 0f6c9e7dc..3af95306c 100644
--- a/www/webkit-gtk2/Makefile
+++ b/www/webkit-gtk2/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD: ports/www/webkit-gtk2/Makefile,v 1.2 2008/03/31 10:33:05 ahze Exp $
-# $MCom: ports/www/webkit-gtk2/Makefile,v 1.8 2008/04/01 19:04:47 ahze Exp $
+# $MCom: ports/www/webkit-gtk2/Makefile,v 1.9 2008/04/01 19:10:19 ahze Exp $
#
PORTNAME= webkit
@@ -38,7 +38,6 @@ MAKEFILE= GNUmakefile
BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins
_BROWSER_PLUGINS_DIR= ${BROWSER_PLUGINS_DIR:S|^/|"|:S|/|", "|g}",
-_BROWSER_PLUGINS_DIR:= ${_BROWSER_PLUGINS_DIR:S|"",||}
.include <bsd.port.pre.mk>