diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2006-03-25 09:39:09 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2006-03-25 09:39:09 +0000 |
commit | e1e05f146fdd6c28d06388ededb7fdde8ace2ab8 (patch) | |
tree | fb894f9aebf8312b1e2ce634921416ea4d867f6c /misc/wmcalendar | |
parent | fd0a2ab6427de37574a970bc81d994cdf0a68930 (diff) |
o) Fix problem that the app has no name, so the windowmanager could not
remember the position, etc.
Notes
Notes:
svn path=/head/; revision=158097
Diffstat (limited to 'misc/wmcalendar')
-rw-r--r-- | misc/wmcalendar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/wmcalendar/Makefile b/misc/wmcalendar/Makefile index 4b3c5e507c0f..73c9e532cd10 100644 --- a/misc/wmcalendar/Makefile +++ b/misc/wmcalendar/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmcalendar PORTVERSION= 0.5.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc windowmaker MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |