summaryrefslogtreecommitdiff
path: root/www/galeon
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-09-27 15:13:40 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-09-27 15:13:40 +0000
commit4dc35538ea81e9607e37e068ef0738d4967b59f6 (patch)
treeec23ecc15f7ee592eca3741a4c66471a46bafbd6 /www/galeon
parent- Update to 1.01a; (diff)
Make galeon-config-tool working on FreeBSD.
Submitted by: Alexander Leidinger <Alexander@Leidinger.net>
Notes
Notes: svn path=/head/; revision=48227
Diffstat (limited to 'www/galeon')
-rw-r--r--www/galeon/Makefile1
-rw-r--r--www/galeon/files/patch-galeon-config-tool.in14
2 files changed, 15 insertions, 0 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile
index d8fbbb9538c2..0b1ec6da60b2 100644
--- a/www/galeon/Makefile
+++ b/www/galeon/Makefile
@@ -7,6 +7,7 @@
PORTNAME= galeon
PORTVERSION= 0.12.2
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/www/galeon/files/patch-galeon-config-tool.in b/www/galeon/files/patch-galeon-config-tool.in
new file mode 100644
index 000000000000..baaed017f92a
--- /dev/null
+++ b/www/galeon/files/patch-galeon-config-tool.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- galeon-config-tool.in.orig Sat Sep 15 14:58:19 2001
++++ galeon-config-tool.in Thu Sep 27 18:10:38 2001
+@@ -4,7 +4,7 @@
+
+ clean () {
+
+- if ps hu -C galeon-bin | grep $USER &>/dev/null 2>&1; then
++ if ps | awk '{print $5}' | grep -q galeon-bin; then
+ echo "Sorry, this script won't work while galeon is running"
+
+ else