diff options
author | olgeni <olgeni@FreeBSD.org> | 2006-06-20 04:05:51 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2006-06-20 04:05:51 +0800 |
commit | f354b7faa99c1c95a9b77a087dd43c6c6adc0f25 (patch) | |
tree | 77bcff4bb2598a6bfc4c383be0f6652ac1b0ddcf /x11-fm | |
parent | a46b80f9be04a603f86f295458d6e445dcf352e4 (diff) | |
download | freebsd-ports-gnome-f354b7faa99c1c95a9b77a087dd43c6c6adc0f25.tar.gz freebsd-ports-gnome-f354b7faa99c1c95a9b77a087dd43c6c6adc0f25.tar.zst freebsd-ports-gnome-f354b7faa99c1c95a9b77a087dd43c6c6adc0f25.zip |
Do not set CHARSET to iso-8859-1, it is no longer needed.
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 "$@" |