aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/rox-filer
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2006-06-19 20:05:51 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2006-06-19 20:05:51 +0000
commit444fa5e245164014c960610413c5863ceea8ae75 (patch)
treee3bda07c492dac8083743b51cba38bdd5bf3e3ec /x11-fm/rox-filer
parent6e3f9bdd99fea574463762396032d8ba10be936f (diff)
downloadports-444fa5e245164014c960610413c5863ceea8ae75.tar.gz
ports-444fa5e245164014c960610413c5863ceea8ae75.zip
Do not set CHARSET to iso-8859-1, it is no longer needed.
Notes
Notes: svn path=/head/; revision=165798
Diffstat (limited to 'x11-fm/rox-filer')
-rw-r--r--x11-fm/rox-filer/Makefile2
-rw-r--r--x11-fm/rox-filer/files/rox5
2 files changed, 1 insertions, 6 deletions
diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile
index b5d4bb2ec943..27e2b8b69fe3 100644
--- a/x11-fm/rox-filer/Makefile
+++ b/x11-fm/rox-filer/Makefile
@@ -6,7 +6,7 @@
PORTNAME= rox
PORTVERSION= 2.4.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-fm gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= rox
diff --git a/x11-fm/rox-filer/files/rox b/x11-fm/rox-filer/files/rox
index 8633767a6c34..ff5c1a1a8d82 100644
--- a/x11-fm/rox-filer/files/rox
+++ b/x11-fm/rox-filer/files/rox
@@ -1,8 +1,3 @@
#!/bin/sh
-if [ -z "${CHARSET}" ]; then
- CHARSET=iso-8859-1
- export CHARSET
-fi
-
exec %%PREFIX%%/apps/ROX-Filer/AppRun "$@"