From 1c5e96617dd7e741dc5f542c2613f5d22d7dcfc8 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Fri, 28 Apr 2006 02:56:25 +0000 Subject: Use ftp/wget since fetch(1) is misbehaving with these MASTER_SITES Submitted by: pointyhat (kris) --- x11/rxvt/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'x11/rxvt') diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index b177ddfe830e..40af330ed0c4 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -21,6 +21,8 @@ MASTER_SITE_SUBDIR= . old devel MAINTAINER= lioux@FreeBSD.org COMMENT= A low memory usage xterm replacement that supports color +FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget + USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes @@ -30,6 +32,13 @@ USE_BZIP2= yes MAN1= rxvt.1 PLIST_FILES= bin/rxvt +# fetch(1) is misbehaving with these MASTER_SITES +FETCH_CMD= ${LOCALBASE}/bin/wget +FETCH_REGET= 0 +DISABLE_SIZE= yes +FETCH_BEFORE_ARGS= +FETCH_AFTER_ARGS= + # enable big5 support .if defined(WITH_BIG5) CONFIGURE_ARGS+= --enable-big5 -- cgit v1.2.3