diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2006-06-19 20:05:51 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2006-06-19 20:05:51 +0000 |
commit | 444fa5e245164014c960610413c5863ceea8ae75 (patch) | |
tree | e3bda07c492dac8083743b51cba38bdd5bf3e3ec /x11-fm | |
parent | 6e3f9bdd99fea574463762396032d8ba10be936f (diff) | |
download | ports-444fa5e245164014c960610413c5863ceea8ae75.tar.gz ports-444fa5e245164014c960610413c5863ceea8ae75.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/rox-filer/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/rox-filer/files/rox | 5 |
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 "$@" |