diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2006-03-25 17:39:09 +0800 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2006-03-25 17:39:09 +0800 |
commit | fe90ed7a21d42c6c0d8089dbecf9a41a8ae95437 (patch) | |
tree | cbe3b7fdedc0e4a71c503e55d762998018ead457 /misc/wmcalendar | |
parent | 78af8c0f303b3ada5f2d92cc5a189631605c0cf2 (diff) | |
download | freebsd-ports-gnome-fe90ed7a21d42c6c0d8089dbecf9a41a8ae95437.tar.gz freebsd-ports-gnome-fe90ed7a21d42c6c0d8089dbecf9a41a8ae95437.tar.zst freebsd-ports-gnome-fe90ed7a21d42c6c0d8089dbecf9a41a8ae95437.zip |
o) Fix problem that the app has no name, so the windowmanager could not
remember the position, etc.
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} |