aboutsummaryrefslogtreecommitdiffstats
path: root/x11/rxvt-devel
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2006-04-28 10:56:25 +0800
committerlioux <lioux@FreeBSD.org>2006-04-28 10:56:25 +0800
commit6bfdd7d4e58bb84482b9d70a9967b579373b1e3a (patch)
treea0a806c05fffa705f9596ead8c1f228f9fdf58b2 /x11/rxvt-devel
parent4f221507456e60aba2c8da56113c3b51f87fe4e2 (diff)
downloadfreebsd-ports-gnome-6bfdd7d4e58bb84482b9d70a9967b579373b1e3a.tar.gz
freebsd-ports-gnome-6bfdd7d4e58bb84482b9d70a9967b579373b1e3a.tar.zst
freebsd-ports-gnome-6bfdd7d4e58bb84482b9d70a9967b579373b1e3a.zip
Use ftp/wget since fetch(1) is misbehaving with these MASTER_SITES
Submitted by: pointyhat (kris)
Diffstat (limited to 'x11/rxvt-devel')
-rw-r--r--x11/rxvt-devel/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile
index 587fc27f77df..dbe5f1fd746a 100644
--- a/x11/rxvt-devel/Makefile
+++ b/x11/rxvt-devel/Makefile
@@ -22,6 +22,8 @@ DISTNAME= rxvt-${PORTVERSION}
MAINTAINER= lioux@FreeBSD.org
COMMENT= A low memory usage xterm replacement that supports color
+FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget
+
USE_PERL5_BUILD=yes
USE_X_PREFIX= yes
USE_XPM= yes
@@ -34,6 +36,13 @@ USE_BZIP2= yes
MAN1= rxvt.1
+# 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=
+
# disable backspace key
.if defined(WITHOUT_BACKSPACE_KEY)
CONFIGURE_ARGS+= --disable-backspace-key