diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-05 06:42:31 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-05 06:42:31 +0800 |
commit | dbe28857f7841fcf454095a0ddb01de72dce4004 (patch) | |
tree | bc46ee984dabe2337610dd27cfaad8ac7ce89253 /deskutils/gnome-utils/Makefile | |
parent | da5fb81d20fff09cbbad2ac4046dc3030c97c01b (diff) | |
download | marcuscom-ports-dbe28857f7841fcf454095a0ddb01de72dce4004.tar marcuscom-ports-dbe28857f7841fcf454095a0ddb01de72dce4004.tar.gz marcuscom-ports-dbe28857f7841fcf454095a0ddb01de72dce4004.tar.bz2 marcuscom-ports-dbe28857f7841fcf454095a0ddb01de72dce4004.tar.lz marcuscom-ports-dbe28857f7841fcf454095a0ddb01de72dce4004.tar.xz marcuscom-ports-dbe28857f7841fcf454095a0ddb01de72dce4004.tar.zst marcuscom-ports-dbe28857f7841fcf454095a0ddb01de72dce4004.zip |
Fix gnome-system-log's out-of-the-box behavior by ignoring /dev/console
as a valid logfile.
Reported by: mezz
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2618 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gnome-utils/Makefile')
-rw-r--r-- | deskutils/gnome-utils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile index dbfc1a206..6dffad717 100644 --- a/deskutils/gnome-utils/Makefile +++ b/deskutils/gnome-utils/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomeutils2 PORTVERSION= 2.7.90 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= deskutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} |