diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-27 22:29:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-27 22:29:18 +0000 |
commit | 5f08701679683b928e6e225ff8a1a46385f28fe7 (patch) | |
tree | 362f24758114a23fd27305d8714fcc7db0acbe96 /x11-clocks | |
parent | 203eb946f04720cdfb3694733b2ec096478d7531 (diff) | |
download | ports-5f08701679683b928e6e225ff8a1a46385f28fe7.tar.gz ports-5f08701679683b928e6e225ff8a1a46385f28fe7.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/rclock/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-clocks/rclock/Makefile b/x11-clocks/rclock/Makefile index 9adda3b241d7..b70aca721ef4 100644 --- a/x11-clocks/rclock/Makefile +++ b/x11-clocks/rclock/Makefile @@ -14,13 +14,11 @@ COMMENT= Analog clock for X w/appointment reminder and mail notification USE_XORG= x11 xau xdmcp ice xpm xv GNU_CONFIGURE= yes ALL_TARGET= clock -MAN1= rclock.1 -PLIST_FILES= bin/rclock +PLIST_FILES= bin/rclock man/man1/rclock.1.gz CPPFLAGS+= -DMAIL_SPOOL='\"/var/mail/\"' -NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ 's|^subdirs =.*$$|subdirs = rclock|g' ${WRKSRC}/Makefile.in |