diff options
Diffstat (limited to 'x11-clocks/bclock')
-rw-r--r-- | x11-clocks/bclock/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-clocks/bclock/Makefile b/x11-clocks/bclock/Makefile index 5dde72169c65..b5f7b624629d 100644 --- a/x11-clocks/bclock/Makefile +++ b/x11-clocks/bclock/Makefile @@ -13,10 +13,9 @@ COMMENT= Round, analog X11 clock with Bezier curve hands USES= imake USE_XORG= ice sm x11 xext xmu xt -MAN1= bclock.1 PLIST_FILES= bin/bclock \ - lib/X11/app-defaults/Clock-color + lib/X11/app-defaults/Clock-color \ + man/man1/${PORTNAME}.1.gz -NO_STAGE= yes .include <bsd.port.mk> |