diff options
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/rclock/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-clocks/rclock/Makefile b/x11-clocks/rclock/Makefile index f1e93891118e..ae34476d0a1c 100644 --- a/x11-clocks/rclock/Makefile +++ b/x11-clocks/rclock/Makefile @@ -5,6 +5,10 @@ # # $FreeBSD$ # +# If possible, please consider updating the simple ports/x11/rxvt +# (and maybe ports/chinese/rxvt) when you upgrade rxvt. These ports all use +# the same distfile. +# PORTNAME= rclock PORTVERSION= 2.7.3 @@ -15,7 +19,7 @@ MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \ MASTER_SITE_SUBDIR= X11/terms DISTNAME= rxvt-${PORTVERSION} -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= ports@FreeBSD.org CFLAGS+= -DMAIL_SPOOL='\"/var/mail/\"' USE_BZIP2= yes |