From 023dfb6d8bffcb0844e6a5e4ca41c4f73092e620 Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Sat, 27 Jul 2002 03:02:53 +0000 Subject: Update to 2.7.8 PR: ports/41033 Submitted by: KATO Tsuguru --- x11-clocks/rclock/Makefile | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'x11-clocks/rclock/Makefile') 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 -- cgit v1.2.3