diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-27 03:02:53 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-27 03:02:53 +0000 |
commit | 023dfb6d8bffcb0844e6a5e4ca41c4f73092e620 (patch) | |
tree | d65ec4f7e33c644765d68feee65471538f97b76b /x11-clocks/rclock/Makefile | |
parent | 75adde491941e33a480d11c04da190ad2d41a009 (diff) | |
download | ports-023dfb6d8bffcb0844e6a5e4ca41c4f73092e620.tar.gz ports-023dfb6d8bffcb0844e6a5e4ca41c4f73092e620.zip |
Update to 2.7.8
PR: ports/41033
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=63622
Diffstat (limited to 'x11-clocks/rclock/Makefile')
-rw-r--r-- | x11-clocks/rclock/Makefile | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/x11-clocks/rclock/Makefile b/x11-clocks/rclock/Makefile index ae34476d0a1c..04fc7dd25c2d 100644 --- a/x11-clocks/rclock/Makefile +++ b/x11-clocks/rclock/Makefile @@ -5,27 +5,32 @@ # # $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. +# If possible, please consider updating the simple ports/x11/rxvt-devel +# when you upgrade rxvt. These ports all use the same distfile. # PORTNAME= rclock -PORTVERSION= 2.7.3 +PORTVERSION= 2.7.8 CATEGORIES= x11-clocks -MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \ - ftp://mason.primenet.com.au/pub/rxvt/ \ - ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= X11/terms +MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/%SUBDIR%/ \ + ftp://mason.primenet.com.au/pub/rxvt/%SUBDIR%/ \ + ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/%SUBDIR%/ \ + ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt/%SUBDIR%/ +MASTER_SITE_SUBDIR= . old devel DISTNAME= rxvt-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -CFLAGS+= -DMAIL_SPOOL='\"/var/mail/\"' USE_BZIP2= yes USE_X_PREFIX= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-DMAIL_SPOOL='\"/var/mail/\"'" ALL_TARGET= clock MAN1= rclock.1 +post-patch: + @${REINPLACE_CMD} \ + 's|^subdirs =.*$$|subdirs = rclock|g' ${WRKSRC}/Makefile.in + .include <bsd.port.mk> |