diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-01-28 16:32:52 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-01-28 16:32:52 +0000 |
commit | 1aae0a0f01f2338d6b7ae281ad0fe2a692d2a100 (patch) | |
tree | 3c5cae5beea07985f03dae60148cf211be71ac6a /x11-clocks | |
parent | 56d0cddbd1667f0923912e01ab9efc45db6d2013 (diff) | |
download | ports-1aae0a0f01f2338d6b7ae281ad0fe2a692d2a100.tar.gz ports-1aae0a0f01f2338d6b7ae281ad0fe2a692d2a100.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/xclock/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index cebec7325943..c77ede6b0fbc 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -56,6 +56,7 @@ SUBDIR += wmtimer SUBDIR += wmtz SUBDIR += xalarm + SUBDIR += xclock SUBDIR += xdaliclock SUBDIR += xfce4-datetime-plugin SUBDIR += xfce4-timer-out-plugin diff --git a/x11-clocks/xclock/Makefile b/x11-clocks/xclock/Makefile index 2e9e950548d6..bb023c6159fc 100644 --- a/x11-clocks/xclock/Makefile +++ b/x11-clocks/xclock/Makefile @@ -8,7 +8,7 @@ PORTNAME= xclock PORTVERSION= 1.0.3 PORTREVISION= 1 -CATEGORIES= x11 +CATEGORIES= x11-clocks MAINTAINER= x11@FreeBSD.org COMMENT= Analog and digital clock for X |